Searched refs:i_projid (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/ext4/ |
| H A D | inode.c | 4788 projid_t i_projid; in ext4_fill_raw_inode() local 4797 i_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fill_raw_inode() 4866 if (i_projid != EXT4_DEF_PROJID && in ext4_fill_raw_inode() 4871 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in ext4_fill_raw_inode() 4872 raw_inode->i_projid = cpu_to_le32(i_projid); in ext4_fill_raw_inode() 5228 *projid = EXT4_I(inode)->i_projid; in ext4_get_projid() 5332 projid_t i_projid; in __ext4_iget() local 5427 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in __ext4_iget() 5428 i_projid = (projid_t)le32_to_cpu(raw_inode->i_projid); in __ext4_iget() 5430 i_projid = EXT4_DEF_PROJID; in __ext4_iget() [all …]
|
| H A D | ialloc.c | 992 ei->i_projid = EXT4_I(dir)->i_projid; in __ext4_new_inode() 994 ei->i_projid = make_kprojid(&init_user_ns, EXT4_DEF_PROJID); in __ext4_new_inode()
|
| H A D | namei.c | 3508 (!projid_eq(EXT4_I(dir)->i_projid, in ext4_link() 3509 EXT4_I(old_dentry->d_inode)->i_projid))) in ext4_link() 3827 (!projid_eq(EXT4_I(new_dir)->i_projid, in ext4_rename() 3828 EXT4_I(old_dentry->d_inode)->i_projid))) in ext4_rename() 4071 !projid_eq(EXT4_I(new_dir)->i_projid, in ext4_cross_rename() 4072 EXT4_I(old_dentry->d_inode)->i_projid)) || in ext4_cross_rename() 4074 !projid_eq(EXT4_I(old_dir)->i_projid, in ext4_cross_rename() 4075 EXT4_I(new_dentry->d_inode)->i_projid))) in ext4_cross_rename()
|
| H A D | ext4.h | 852 __le32 i_projid; /* Project ID */ member 1231 kprojid_t i_projid; member
|
| H A D | super.c | 7017 ext4_statfs_project(sb, EXT4_I(dentry->d_inode)->i_projid, buf); in ext4_statfs()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dquot_buf.c | 407 if (XFS_IS_CORRUPT(mp, ip->i_projid != 0)) { in xfs_dqinode_load()
|
| H A D | xfs_rtrefcount_btree.c | 449 cur->bc_ino.ip->i_projid = cur->bc_group->xg_gno; in xfs_rtrefcountbt_commit_staged_btree()
|
| /linux/fs/xfs/ |
| H A D | xfs_ioctl.c | 515 fa->fsx_projid = ip->i_projid; in xfs_fill_fsxattr() 840 if (ip->i_projid != fa->fsx_projid) { in xfs_fileattr_set() 845 ip->i_projid = fa->fsx_projid; in xfs_fileattr_set()
|
| H A D | xfs_bmap_util.c | 1184 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
|
| H A D | xfs_inode.c | 885 tdp->i_projid != sip->i_projid)) { in xfs_projid_differ() 895 sip->i_projid != 0) { in xfs_projid_differ()
|
| H A D | xfs_icache.c | 1148 ip->i_projid != icw->icw_prid) in xfs_icwalk_match_id() 1172 ip->i_projid == icw->icw_prid) in xfs_icwalk_match_id_union()
|
| H A D | xfs_qm.c | 1918 if (ip->i_projid != prid) { in xfs_qm_vop_dqalloc() 2085 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
|
| H A D | xfs_iops.c | 830 error = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_projid, in xfs_setattr_nonsize()
|
| H A D | xfs_dquot.c | 981 return ip->i_projid; in xfs_qm_id_for_quotatype()
|
| /linux/fs/xfs/scrub/ |
| H A D | inode_repair.c | 1743 if (sc->ip->i_projid == -1U) { in xrep_inode_ids() 1744 sc->ip->i_projid = 0; in xrep_inode_ids()
|