Searched refs:quota_sync (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/quota/ |
D | quota.c | 54 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one() 56 sb->s_qcop->quota_sync(sb, type); in quota_sync_one() 737 if (!sb->s_qcop->quota_sync) in do_quotactl() 739 return sb->s_qcop->quota_sync(sb, type); in do_quotactl()
|
D | dquot.c | 2934 .quota_sync = dquot_quota_sync,
|
/linux-4.19.296/include/linux/ |
D | quota.h | 433 int (*quota_sync)(struct super_block *, int); member
|
/linux-4.19.296/fs/gfs2/ |
D | sys.c | 284 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
D | quota.c | 1755 .quota_sync = gfs2_quota_sync,
|
/linux-4.19.296/fs/jfs/ |
D | super.c | 201 .quota_sync = dquot_quota_sync,
|
/linux-4.19.296/fs/ext2/ |
D | super.c | 347 .quota_sync = dquot_quota_sync,
|
/linux-4.19.296/fs/reiserfs/ |
D | super.c | 861 .quota_sync = dquot_quota_sync,
|
/linux-4.19.296/fs/f2fs/ |
D | super.c | 1938 .quota_sync = f2fs_quota_sync,
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 1404 .quota_sync = dquot_quota_sync,
|