Searched refs:quota_sync (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/fs/quota/ |
A D | quota.c | 58 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one() 60 sb->s_qcop->quota_sync(sb, type); in quota_sync_one() 804 if (!sb->s_qcop->quota_sync) in do_quotactl() 806 return sb->s_qcop->quota_sync(sb, type); in do_quotactl()
|
A D | dquot.c | 2857 .quota_sync = dquot_quota_sync,
|
/linux-6.3-rc2/include/linux/ |
A D | quota.h | 433 int (*quota_sync)(struct super_block *, int); member
|
/linux-6.3-rc2/fs/gfs2/ |
A D | sys.c | 349 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
A D | quota.c | 1748 .quota_sync = gfs2_quota_sync,
|
/linux-6.3-rc2/fs/jfs/ |
A D | super.c | 172 .quota_sync = dquot_quota_sync,
|
/linux-6.3-rc2/fs/ext2/ |
A D | super.c | 331 .quota_sync = dquot_quota_sync,
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | super.c | 855 .quota_sync = dquot_quota_sync,
|
/linux-6.3-rc2/fs/f2fs/ |
A D | super.c | 2978 .quota_sync = f2fs_quota_sync,
|
/linux-6.3-rc2/fs/ext4/ |
A D | super.c | 1533 .quota_sync = dquot_quota_sync,
|
Completed in 39 milliseconds