Home
last modified time | relevance | path

Searched refs:qc_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h421 struct qc_info { struct
440 int (*set_info)(struct super_block *, int, struct qc_info *); argument
H A Dquotaops.h109 int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii);
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c147 struct qc_info qinfo; in quota_setinfo()
596 static void copy_qcinfo_from_xfs_dqblk(struct qc_info *dst, in copy_qcinfo_from_xfs_dqblk()
637 struct qc_info qinfo; in quota_setxquota()
H A Ddquot.c2812 int dquot_set_dqinfo(struct super_block *sb, int type, struct qc_info *ii) in dquot_set_dqinfo()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_quotaops.c110 struct qc_info *info) in xfs_fs_set_info()