Searched refs:ei_qid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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 | 171 if (new_qid.q[i] == inode->ei_qid.q[i]) in bch2_fs_quota_transfer() 180 inode->ei_qid, in bch2_fs_quota_transfer() 187 inode->ei_qid.q[i] = new_qid.q[i]; in bch2_fs_quota_transfer() 958 dst_dir->ei_qid, in bch2_rename2() 968 src_dir->ei_qid, in bch2_rename2() 1114 qid = inode->ei_qid; in bch2_setattr_nonsize() 1636 fa->fsx_projid = inode->ei_qid.q[QTYP_PRJ]; in bch2_fileattr_get() 2093 inode->ei_qid = bch_qid(bi); in bch2_vfs_inode_init() 2180 bch2_quota_acct(c, inode->ei_qid, Q_SPC, -((s64) inode->v.i_blocks), in bch2_evict_inode() 2182 bch2_quota_acct(c, inode->ei_qid, Q_INO, -1, in bch2_evict_inode()
|
| H A D | fs-ioctl.c | 77 src->ei_qid, in bch2_ioc_reinherit_attrs()
|
| H A D | fs-io.c | 178 bch2_quota_acct(c, inode->ei_qid, Q_SPC, sectors, KEY_TYPE_QUOTA_WARN); in __bch2_i_sectors_acct()
|