Home
last modified time | relevance | path

Searched refs:i_projid (Results 1 – 15 of 15) sorted by relevance

/linux/fs/ext4/
H A Dinode.c4788 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 Dialloc.c992 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 Dnamei.c3508 (!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 Dext4.h852 __le32 i_projid; /* Project ID */ member
1231 kprojid_t i_projid; member
H A Dsuper.c7017 ext4_statfs_project(sb, EXT4_I(dentry->d_inode)->i_projid, buf); in ext4_statfs()
/linux/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c407 if (XFS_IS_CORRUPT(mp, ip->i_projid != 0)) { in xfs_dqinode_load()
H A Dxfs_rtrefcount_btree.c449 cur->bc_ino.ip->i_projid = cur->bc_group->xg_gno; in xfs_rtrefcountbt_commit_staged_btree()
/linux/fs/xfs/
H A Dxfs_ioctl.c515 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 Dxfs_bmap_util.c1184 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
H A Dxfs_inode.c885 tdp->i_projid != sip->i_projid)) { in xfs_projid_differ()
895 sip->i_projid != 0) { in xfs_projid_differ()
H A Dxfs_icache.c1148 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 Dxfs_qm.c1918 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 Dxfs_iops.c830 error = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_projid, in xfs_setattr_nonsize()
H A Dxfs_dquot.c981 return ip->i_projid; in xfs_qm_id_for_quotatype()
/linux/fs/xfs/scrub/
H A Dinode_repair.c1743 if (sc->ip->i_projid == -1U) { in xrep_inode_ids()
1744 sc->ip->i_projid = 0; in xrep_inode_ids()