Searched refs:bch_qid (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/bcachefs/
H A Dquota.h21 static inline struct bch_qid bch_qid(struct bch_inode_unpacked *u) function
23 return (struct bch_qid) {
39 int bch2_quota_acct(struct bch_fs *, struct bch_qid, enum quota_counters,
42 int bch2_quota_transfer(struct bch_fs *, unsigned, struct bch_qid,
43 struct bch_qid, u64, enum quota_acct_mode);
53 static inline int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid,
61 struct bch_qid dst,
62 struct bch_qid src, u64 space,
H A Dquota_types.h7 struct bch_qid { struct
H A Dfs.h25 struct bch_qid ei_qid;
152 struct bch_qid,
160 struct bch_qid qid = inode->ei_qid;
H A Dquota.c284 static void flush_warnings(struct bch_qid qid,
351 int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid,
402 struct bch_qid dst,
403 struct bch_qid src, u64 space,
589 bch2_quota_acct(c, bch_qid(&u), Q_SPC, u.bi_sectors,
591 bch2_quota_acct(c, bch_qid(&u), Q_INO, 1,
H A Dfs.c122 struct bch_qid new_qid,
317 bch2_quota_acct(c, bch_qid(&inode_u), Q_INO, 1,
329 bch2_quota_acct(c, bch_qid(&inode_u), Q_INO, -1,
702 bch_qid(&src_inode->ei_inode),
707 bch_qid(&dst_inode->ei_inode),
761 struct bch_qid qid;
1466 inode->ei_qid = bch_qid(bi);

Completed in 222 milliseconds