Searched refs:quota_sync (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/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 | 2725 .quota_sync = dquot_quota_sync, 2736 .quota_sync = dquot_quota_sync,
|
/linux-4.1.27/include/linux/ |
D | quota.h | 425 int (*quota_sync)(struct super_block *, int); member
|
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 269 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
D | quota.c | 1668 .quota_sync = gfs2_quota_sync,
|
/linux-4.1.27/fs/reiserfs/ |
D | super.c | 809 .quota_sync = dquot_quota_sync,
|
/linux-4.1.27/fs/ext3/ |
D | super.c | 791 .quota_sync = dquot_quota_sync,
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 1092 .quota_sync = dquot_quota_sync,
|