Searched refs:gfs2_quota_sync (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/gfs2/ |
D | quota.h | 31 extern int gfs2_quota_sync(struct super_block *sb, int type);
|
D | quota.c | 1326 int gfs2_quota_sync(struct super_block *sb, int type) in gfs2_quota_sync() function 1590 quotad_check_timeo(sdp, "sync", gfs2_quota_sync, t, in gfs2_quotad() 1786 .quota_sync = gfs2_quota_sync,
|
D | super.c | 555 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro() 669 gfs2_quota_sync(sb, -1); in gfs2_sync_fs()
|
D | sys.c | 254 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store()
|