Searched refs:quota_sync (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/quota/ |
| H 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()
|
| H A D | dquot.c | 2904 .quota_sync = dquot_quota_sync,
|
| /linux-6.15/include/linux/ |
| H A D | quota.h | 435 int (*quota_sync)(struct super_block *, int); member
|
| /linux-6.15/fs/gfs2/ |
| H A D | sys.c | 357 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
| H A D | quota.c | 1808 .quota_sync = gfs2_quota_sync,
|
| /linux-6.15/fs/jfs/ |
| H A D | super.c | 172 .quota_sync = dquot_quota_sync,
|
| /linux-6.15/fs/ext2/ |
| H A D | super.c | 357 .quota_sync = dquot_quota_sync,
|
| /linux-6.15/fs/f2fs/ |
| H A D | super.c | 3212 .quota_sync = f2fs_quota_sync,
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 1604 .quota_sync = dquot_quota_sync,
|