Home
last modified time | relevance | path

Searched refs:qc_state (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c118 struct qc_state state; in quota_getinfo()
332 static int quota_state_to_flags(struct qc_state *state) in quota_state_to_flags()
354 struct qc_state state; in quota_getstate()
357 memset(&state, 0, sizeof (struct qc_state)); in quota_getstate()
452 struct qc_state state; in quota_getstatev()
455 memset(&state, 0, sizeof (struct qc_state)); in quota_getstatev()
H A Ddquot.c2777 int dquot_get_state(struct super_block *sb, struct qc_state *state) in dquot_get_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h415 struct qc_state { struct
445 int (*get_state)(struct super_block *, struct qc_state *);
H A Dquotaops.h108 int dquot_get_state(struct super_block *sb, struct qc_state *state);
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_quotaops.c57 struct qc_state *state) in xfs_fs_get_quota_state()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dquota.c1600 static int gfs2_quota_get_state(struct super_block *sb, struct qc_state *state) in gfs2_quota_get_state()