Searched refs:bch_qid (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | quota.h | 20 static inline struct bch_qid bch_qid(struct bch_inode_unpacked *u) in bch_qid() function 22 return (struct bch_qid) { in bch_qid() 38 int bch2_quota_acct(struct bch_fs *, struct bch_qid, enum quota_counters, 41 int bch2_quota_transfer(struct bch_fs *, unsigned, struct bch_qid, 42 struct bch_qid, u64, enum quota_acct_mode); 52 static inline int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid, in bch2_quota_acct() 60 struct bch_qid dst, in bch2_quota_transfer() 61 struct bch_qid src, u64 space, in bch2_quota_transfer()
|
D | fs.h | 28 struct bch_qid ei_qid; 153 struct bch_qid, 161 struct bch_qid qid = inode->ei_qid; in bch2_set_projid()
|
D | quota_types.h | 7 struct bch_qid { struct
|
D | quota.c | 209 static void flush_warnings(struct bch_qid qid, in flush_warnings() 276 int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid, in bch2_quota_acct() 327 struct bch_qid dst, in bch2_quota_transfer() 328 struct bch_qid src, u64 space, in bch2_quota_transfer() 514 bch2_quota_acct(c, bch_qid(&u), Q_SPC, u.bi_sectors, in bch2_fs_quota_read_inode() 516 bch2_quota_acct(c, bch_qid(&u), Q_INO, 1, in bch2_fs_quota_read_inode()
|
D | fs.c | 122 struct bch_qid new_qid, in bch2_fs_quota_transfer() 530 bch2_quota_acct(c, bch_qid(&inode_u), Q_INO, 1, in __bch2_create() 542 bch2_quota_acct(c, bch_qid(&inode_u), Q_INO, -1, in __bch2_create() 921 bch2_quota_acct(c, bch_qid(whiteout_inode_u), Q_INO, 1, in bch2_rename2() 956 bch_qid(&src_inode->ei_inode), in bch2_rename2() 961 bch_qid(&dst_inode->ei_inode), in bch2_rename2() 1021 struct bch_qid qid; in bch2_setattr_nonsize() 1746 inode->ei_qid = bch_qid(bi); in bch2_vfs_inode_init()
|