/linux/fs/f2fs/ |
H A D | inode.c | 413 projid_t i_projid; in do_read_inode() local 501 F2FS_FITS_IN_INODE(ri, fi->i_extra_isize, i_projid)) in do_read_inode() 502 i_projid = (projid_t)le32_to_cpu(ri->i_projid); in do_read_inode() 504 i_projid = F2FS_DEF_PROJID; in do_read_inode() 505 fi->i_projid = make_kprojid(&init_user_ns, i_projid); in do_read_inode() 719 F2FS_FITS_IN_INODE(ri, fi->i_extra_isize, i_projid)) { in f2fs_update_inode() 720 projid_t i_projid; in f2fs_update_inode() local 722 i_projid in f2fs_update_inode() [all...] |
H A D | namei.c | 263 fi->i_projid = F2FS_I(dir)->i_projid; in f2fs_new_inode() 265 fi->i_projid = make_kprojid(&init_user_ns, in f2fs_new_inode() 416 (!projid_eq(F2FS_I(dir)->i_projid, in f2fs_link() 417 F2FS_I(inode)->i_projid))) in f2fs_link() 925 (!projid_eq(F2FS_I(new_dir)->i_projid, in f2fs_rename() 926 F2FS_I(old_inode)->i_projid))) in f2fs_rename() 1118 !projid_eq(F2FS_I(new_dir)->i_projid, in f2fs_cross_rename() 1119 F2FS_I(old_inode)->i_projid)) || in f2fs_cross_rename() 1121 !projid_eq(F2FS_I(old_dir)->i_projid, in f2fs_cross_rename() [all...] |
H A D | node.c | 2871 i_projid)) in f2fs_recover_inode_page() 2872 dst->i_projid = src->i_projid; in f2fs_recover_inode_page()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rtgroup.c | 296 if (ip1->i_projid < ip2->i_projid) in xfs_rtginode_ilock_cmp_fn() 298 if (ip1->i_projid > ip2->i_projid) in xfs_rtginode_ilock_cmp_fn() 310 printk(KERN_CONT " rgno=%u metatype=%s", ip->i_projid, in xfs_rtginode_ilock_print_fn() 498 if (XFS_IS_CORRUPT(mp, ip->i_projid != rtg_rgno(rtg))) { in xfs_rtginode_load() 556 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create()
|
H A D | xfs_inode_util.c | 140 return dp->i_projid; in xfs_get_initial_prid() 291 ip->i_projid = 0; in xfs_inode_init() 313 ip->i_projid = xfs_get_initial_prid(pip); in xfs_inode_init()
|
H A D | xfs_dquot_buf.c | 409 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()
|
H A D | xfs_rtrmap_btree.c | 666 cur->bc_ino.ip->i_projid = cur->bc_group->xg_gno; in xfs_rtrmapbt_commit_staged_btree()
|
/linux/fs/xfs/ |
H A D | xfs_qm_bhv.c | 75 if (!xfs_qm_dqget(mp, ip->i_projid, XFS_DQTYPE_PROJ, false, &dqp)) { in xfs_qm_statvfs()
|
H A D | xfs_ioctl.c | 487 fa->fsx_projid = ip->i_projid; in xfs_fill_fsxattr() 804 if (ip->i_projid != fa->fsx_projid) { in xfs_fileattr_set() 809 ip->i_projid = fa->fsx_projid; in xfs_fileattr_set()
|
H A D | xfs_inode.c | 939 tdp->i_projid != sip->i_projid)) { in xfs_link() 949 sip->i_projid != 0) { in xfs_link() 2236 target_dp->i_projid != src_ip->i_projid)) { in xfs_rename()
|
H A D | xfs_inode_item.c | 572 to->di_projid_lo = ip->i_projid & 0xffff; in xfs_inode_to_log_dinode() 573 to->di_projid_hi = ip->i_projid >> 16; in xfs_inode_to_log_dinode()
|
H A D | xfs_itable.c | 136 buf->bs_projectid = ip->i_projid; in xfs_bulkstat_one_int()
|
H A D | xfs_inode.h | 60 prid_t i_projid; /* owner's project id */ member
|
H A D | xfs_bmap_util.c | 1154 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format()
|
H A D | xfs_qm.c | 1986 if (ip->i_projid != prid) { in xfs_qm_vop_dqalloc() 2158 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
|
H A D | xfs_iops.c | 833 error = xfs_qm_vop_dqalloc(ip, uid, gid, ip->i_projid, in xfs_setattr_nonsize()
|
H A D | xfs_dquot.c | 986 return ip->i_projid; in xfs_qm_id_for_quotatype()
|
/linux/fs/xfs/scrub/ |
H A D | orphanage.c | 92 if (dp->i_projid != 0) { in xrep_chown_orphanage() 95 dp->i_projid = 0; in xrep_chown_orphanage()
|
H A D | inode_repair.c | 1739 if (sc->ip->i_projid == -1U) { in xrep_inode_ids() 1740 sc->ip->i_projid = 0; in xrep_inode_ids()
|
/linux/fs/ext4/ |
H A D | ioctl.c | 542 __kprojid_val(ei->i_projid) != new_projid) in ext4_ioctl_check_immutable() 735 if (projid_eq(kprojid, EXT4_I(inode)->i_projid)) in ext4_ioctl_setproject() 752 if (!EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) { in ext4_ioctl_setproject() 786 EXT4_I(inode)->i_projid = kprojid; in ext4_ioctl_setproject() 994 fa->fsx_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fileattr_get()
|
H A D | inode.c | 4733 projid_t i_projid; in ext4_fill_raw_inode() local 4742 i_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fill_raw_inode() 4811 if (i_projid != EXT4_DEF_PROJID && in ext4_fill_raw_inode() 4816 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in ext4_fill_raw_inode() 4817 raw_inode->i_projid = cpu_to_le32(i_projid); in ext4_fill_raw_inode() 5122 *projid = EXT4_I(inode)->i_projid; in ext4_get_projid() 5226 projid_t i_projid; in __ext4_iget() local 5306 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in __ext4_iget() 5307 i_projid = (projid_t)le32_to_cpu(raw_inode->i_projid); in __ext4_iget() 5309 i_projid = EXT4_DEF_PROJID; in __ext4_iget() [all …]
|
H A D | namei.c | 3502 (!projid_eq(EXT4_I(dir)->i_projid, in ext4_link() 3503 EXT4_I(old_dentry->d_inode)->i_projid))) in ext4_link() 3817 (!projid_eq(EXT4_I(new_dir)->i_projid, in ext4_rename() 3818 EXT4_I(old_dentry->d_inode)->i_projid))) in ext4_rename() 4061 !projid_eq(EXT4_I(new_dir)->i_projid, in ext4_cross_rename() 4062 EXT4_I(old_dentry->d_inode)->i_projid)) || in ext4_cross_rename() 4064 !projid_eq(EXT4_I(old_dir)->i_projid, in ext4_cross_rename() 4065 EXT4_I(new_dentry->d_inode)->i_projid))) in ext4_cross_rename()
|
/linux/include/linux/ |
H A D | f2fs_fs.h | 324 __le32 i_projid; /* project id */ member
|
/linux/Documentation/filesystems/ext4/ |
H A D | inodes.rst | 172 - i_projid
|