Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dquota.h411 struct qc_state { struct
441 int (*get_state)(struct super_block *, struct qc_state *);
H A Dquotaops.h109 int dquot_get_state(struct super_block *sb, struct qc_state *state);
/openbmc/linux/fs/quota/
H A Dquota.c121 struct qc_state state; in quota_getinfo()
335 static int quota_state_to_flags(struct qc_state *state) in quota_state_to_flags()
357 struct qc_state state; in quota_getstate()
360 memset(&state, 0, sizeof (struct qc_state)); in quota_getstate()
455 struct qc_state state; in quota_getstatev()
458 memset(&state, 0, sizeof (struct qc_state)); in quota_getstatev()
H A Ddquot.c2843 int dquot_get_state(struct super_block *sb, struct qc_state *state) in dquot_get_state()
/openbmc/linux/fs/xfs/
H A Dxfs_quotaops.c57 struct qc_state *state) in xfs_fs_get_quota_state()
/openbmc/linux/fs/gfs2/
H A Dquota.c1610 static int gfs2_quota_get_state(struct super_block *sb, struct qc_state *state) in gfs2_quota_get_state()