Home
last modified time | relevance | path

Searched refs:quota_sync (Results 1 – 10 of 10) sorted by relevance

/linux-3.4.99/fs/quota/
Dquota.c49 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()
Ddquot.c2556 .quota_sync = dquot_quota_sync,
/linux-3.4.99/fs/
Dsync.c39 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/
Dquota.h336 int (*quota_sync)(struct super_block *, int, int); member
/linux-3.4.99/fs/gfs2/
Dsys.c260 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
Dquota.c1619 .quota_sync = gfs2_quota_sync,
/linux-3.4.99/fs/reiserfs/
Dsuper.c733 .quota_sync = dquot_quota_sync,
/linux-3.4.99/fs/ocfs2/
Dsuper.c1011 .quota_sync = dquot_quota_sync,
/linux-3.4.99/fs/ext3/
Dsuper.c776 .quota_sync = dquot_quota_sync,
/linux-3.4.99/fs/ext4/
Dsuper.c1121 .quota_sync = dquot_quota_sync,