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

/linux-master/fs/quota/
H A Dquota.c58 if (sb->s_qcop && sb->s_qcop->quota_sync &&
60 sb->s_qcop->quota_sync(sb, type);
804 if (!sb->s_qcop->quota_sync)
806 return sb->s_qcop->quota_sync(sb, type);
H A Ddquot.c2905 .quota_sync = dquot_quota_sync,
/linux-master/include/linux/
H A Dquota.h435 int (*quota_sync)(struct super_block *, int); member in struct:quotactl_ops
/linux-master/fs/gfs2/
H A Dsys.c357 GFS2_ATTR(quota_sync, 0200, NULL, quota_sync_store);
H A Dquota.c1797 .quota_sync = gfs2_quota_sync,
/linux-master/fs/jfs/
H A Dsuper.c172 .quota_sync = dquot_quota_sync,
/linux-master/fs/ext2/
H A Dsuper.c330 .quota_sync = dquot_quota_sync,
/linux-master/fs/reiserfs/
H A Dsuper.c854 .quota_sync = dquot_quota_sync,
/linux-master/fs/f2fs/
H A Dsuper.c3107 .quota_sync = f2fs_quota_sync,
/linux-master/fs/ext4/
H A Dsuper.c1624 .quota_sync = dquot_quota_sync,

Completed in 166 milliseconds