Searched refs:quota_sync (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/quota/ |
D | quota.c | 52 if (sb->s_qcop && sb->s_qcop->quota_sync && in quota_sync_one() 54 sb->s_qcop->quota_sync(sb, type); in quota_sync_one() 676 if (!sb->s_qcop->quota_sync) in do_quotactl() 678 return sb->s_qcop->quota_sync(sb, type); in do_quotactl()
|
D | dquot.c | 2763 .quota_sync = dquot_quota_sync, 2774 .quota_sync = dquot_quota_sync,
|
/linux-4.4.14/include/linux/ |
D | quota.h | 425 int (*quota_sync)(struct super_block *, int); member
|
/linux-4.4.14/fs/gfs2/ |
D | sys.c | 294 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
D | quota.c | 1714 .quota_sync = gfs2_quota_sync,
|
/linux-4.4.14/fs/reiserfs/ |
D | super.c | 809 .quota_sync = dquot_quota_sync,
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 1109 .quota_sync = dquot_quota_sync,
|