Searched refs:quota_sync (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/fs/quota/ |
D | quota.c | 49 if (sb->s_qcop && sb->s_qcop->quota_sync) in quota_sync_one() 50 sb->s_qcop->quota_sync(sb, *(int *)arg, 1); in quota_sync_one() 271 if (!sb->s_qcop->quota_sync) in do_quotactl() 273 return sb->s_qcop->quota_sync(sb, type, 1); in do_quotactl()
|
D | dquot.c | 2556 .quota_sync = dquot_quota_sync,
|
/linux-3.4.99/fs/ |
D | sync.c | 39 if (sb->s_qcop && sb->s_qcop->quota_sync) in __sync_filesystem() 40 sb->s_qcop->quota_sync(sb, -1, wait); in __sync_filesystem()
|
/linux-3.4.99/include/linux/ |
D | quota.h | 336 int (*quota_sync)(struct super_block *, int, int); member
|
/linux-3.4.99/fs/gfs2/ |
D | sys.c | 260 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
|
D | quota.c | 1619 .quota_sync = gfs2_quota_sync,
|
/linux-3.4.99/fs/reiserfs/ |
D | super.c | 733 .quota_sync = dquot_quota_sync,
|
/linux-3.4.99/fs/ocfs2/ |
D | super.c | 1011 .quota_sync = dquot_quota_sync,
|
/linux-3.4.99/fs/ext3/ |
D | super.c | 776 .quota_sync = dquot_quota_sync,
|
/linux-3.4.99/fs/ext4/ |
D | super.c | 1121 .quota_sync = dquot_quota_sync,
|