Home
last modified time | relevance | path

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

/linux/fs/quota/
A Dquota.c58 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()
A Ddquot.c2833 .quota_sync = dquot_quota_sync,
/linux/include/linux/
A Dquota.h433 int (*quota_sync)(struct super_block *, int); member
/linux/fs/gfs2/
A Dsys.c347 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
A Dquota.c1766 .quota_sync = gfs2_quota_sync,
/linux/fs/jfs/
A Dsuper.c172 .quota_sync = dquot_quota_sync,
/linux/fs/ext2/
A Dsuper.c334 .quota_sync = dquot_quota_sync,
/linux/fs/reiserfs/
A Dsuper.c855 .quota_sync = dquot_quota_sync,
/linux/fs/f2fs/
A Dsuper.c2889 .quota_sync = f2fs_quota_sync,
/linux/fs/ext4/
A Dsuper.c1628 .quota_sync = dquot_quota_sync,

Completed in 38 milliseconds