Home
last modified time | relevance | path

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

/Linux-v5.4/fs/quota/
Dquota.c119 struct qc_state state; in quota_getinfo()
315 static int quota_state_to_flags(struct qc_state *state) in quota_state_to_flags()
337 struct qc_state state; in quota_getstate()
340 memset(&state, 0, sizeof (struct qc_state)); in quota_getstate()
403 struct qc_state state; in quota_getstatev()
406 memset(&state, 0, sizeof (struct qc_state)); in quota_getstatev()
Ddquot.c2780 int dquot_get_state(struct super_block *sb, struct qc_state *state) in dquot_get_state()
/Linux-v5.4/include/linux/
Dquota.h409 struct qc_state { struct
439 int (*get_state)(struct super_block *, struct qc_state *);
Dquotaops.h99 int dquot_get_state(struct super_block *sb, struct qc_state *state);
/Linux-v5.4/fs/xfs/
Dxfs_quotaops.c57 struct qc_state *state) in xfs_fs_get_quota_state()
/Linux-v5.4/fs/gfs2/
Dquota.c1580 static int gfs2_quota_get_state(struct super_block *sb, struct qc_state *state) in gfs2_quota_get_state()