Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/quota/
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()
Ddquot.c2762 int dquot_get_state(struct super_block *sb, struct qc_state *state) in dquot_get_state()
/kernel/linux/linux-5.10/include/linux/
Dquota.h409 struct qc_state { struct
439 int (*get_state)(struct super_block *, struct qc_state *);
Dquotaops.h108 int dquot_get_state(struct super_block *sb, struct qc_state *state);
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_quotaops.c57 struct qc_state *state) in xfs_fs_get_quota_state()
/kernel/linux/linux-5.10/fs/gfs2/
Dquota.c1592 static int gfs2_quota_get_state(struct super_block *sb, struct qc_state *state) in gfs2_quota_get_state()