Searched refs:ei_qid (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | fs-io.h | 69 bch2_quota_acct(c, inode->ei_qid, Q_SPC, in __bch2_quota_reservation_put() 98 ret = bch2_quota_acct(c, inode->ei_qid, Q_SPC, sectors, in bch2_quota_reservation_add()
|
H A D | fs.h | 29 struct bch_qid ei_qid; member 162 struct bch_qid qid = inode->ei_qid; in bch2_set_projid()
|
H A D | fs.c | 152 if (new_qid.q[i] == inode->ei_qid.q[i]) in bch2_fs_quota_transfer() 161 inode->ei_qid, in bch2_fs_quota_transfer() 168 inode->ei_qid.q[i] = new_qid.q[i]; in bch2_fs_quota_transfer() 912 dst_dir->ei_qid, in bch2_rename2() 922 src_dir->ei_qid, in bch2_rename2() 1068 qid = inode->ei_qid; in bch2_setattr_nonsize() 1779 inode->ei_qid = bch_qid(bi); in bch2_vfs_inode_init() 1865 bch2_quota_acct(c, inode->ei_qid, Q_SPC, -((s64) inode->v.i_blocks), in bch2_evict_inode() 1867 bch2_quota_acct(c, inode->ei_qid, Q_INO, -1, in bch2_evict_inode()
|
H A D | fs-ioctl.c | 124 fa.fsx_projid = inode->ei_qid.q[QTYP_PRJ]; in bch2_ioc_fsgetxattr() 251 src->ei_qid, in bch2_ioc_reinherit_attrs()
|
H A D | fs-io.c | 163 bch2_quota_acct(c, inode->ei_qid, Q_SPC, sectors, KEY_TYPE_QUOTA_WARN); in __bch2_i_sectors_acct()
|