Searched refs:quota_sync (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/fs/quota/ |
| 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()
|
| D | dquot.c | 2873 .quota_sync = dquot_quota_sync,
|
| /Linux-v6.6/include/linux/ |
| D | quota.h | 435 int (*quota_sync)(struct super_block *, int); member
|
| /Linux-v6.6/fs/gfs2/ |
| D | sys.c | 357 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
| D | quota.c | 1774 .quota_sync = gfs2_quota_sync,
|
| /Linux-v6.6/fs/jfs/ |
| D | super.c | 172 .quota_sync = dquot_quota_sync,
|
| /Linux-v6.6/fs/ext2/ |
| D | super.c | 331 .quota_sync = dquot_quota_sync,
|
| /Linux-v6.6/fs/reiserfs/ |
| D | super.c | 855 .quota_sync = dquot_quota_sync,
|
| /Linux-v6.6/fs/f2fs/ |
| D | super.c | 3124 .quota_sync = f2fs_quota_sync,
|
| /Linux-v6.6/fs/ext4/ |
| D | super.c | 1617 .quota_sync = dquot_quota_sync,
|