Searched refs:gfs2_quota_sync (Results 1 – 4 of 4) sorted by relevance
/linux/fs/gfs2/ |
A D | quota.h | 31 extern int gfs2_quota_sync(struct super_block *sb, int type);
|
A D | quota.c | 1281 int gfs2_quota_sync(struct super_block *sb, int type) in gfs2_quota_sync() function 1567 quotad_check_timeo(sdp, "sync", gfs2_quota_sync, t, in gfs2_quotad() 1766 .quota_sync = gfs2_quota_sync,
|
A D | super.c | 538 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro() 642 gfs2_quota_sync(sb, -1); in gfs2_sync_fs()
|
A D | sys.c | 244 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store()
|
Completed in 10 milliseconds