Searched refs:i_projid (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 297 if (ip1->i_projid < ip2->i_projid) in xfs_rtginode_ilock_cmp_fn() 299 if (ip1->i_projid > ip2->i_projid) in xfs_rtginode_ilock_cmp_fn() 311 printk(KERN_CONT " rgno=%u metatype=%s", ip->i_projid, in xfs_rtginode_ilock_print_fn() 499 if (XFS_IS_CORRUPT(mp, ip->i_projid != rtg_rgno(rtg))) { in xfs_rtginode_load() 557 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create()
|
| H A D | xfs_inode_buf.c | 215 ip->i_projid = 0; in xfs_inode_from_disk() 218 ip->i_projid = (prid_t)be16_to_cpu(from->di_projid_hi) << 16 | in xfs_inode_from_disk() 337 to->di_projid_lo = cpu_to_be16(ip->i_projid & 0xffff); in xfs_inode_to_disk() 338 to->di_projid_hi = cpu_to_be16(ip->i_projid >> 16); in xfs_inode_to_disk()
|
| /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 | inode.c | 4757 projid_t i_projid; in ext4_fill_raw_inode() local 4766 i_projid = from_kprojid(&init_user_ns, ei->i_projid); in ext4_fill_raw_inode() 4835 if (i_projid != EXT4_DEF_PROJID && in ext4_fill_raw_inode() 4840 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in ext4_fill_raw_inode() 4841 raw_inode->i_projid = cpu_to_le32(i_projid); in ext4_fill_raw_inode() 5146 *projid = EXT4_I(inode)->i_projid; in ext4_get_projid() 5236 projid_t i_projid; in __ext4_iget() local 5316 EXT4_FITS_IN_INODE(raw_inode, ei, i_projid)) in __ext4_iget() 5317 i_projid = (projid_t)le32_to_cpu(raw_inode->i_projid); in __ext4_iget() 5319 i_projid = EXT4_DEF_PROJID; in __ext4_iget() [all …]
|
| H A D | ialloc.c | 990 ei->i_projid = EXT4_I(dir)->i_projid; in __ext4_new_inode() 992 ei->i_projid = make_kprojid(&init_user_ns, EXT4_DEF_PROJID); in __ext4_new_inode()
|
| H A D | ext4.h | 852 __le32 i_projid; /* Project ID */ member 1191 kprojid_t i_projid; member
|
| H A D | super.c | 6982 ext4_statfs_project(sb, EXT4_I(dentry->d_inode)->i_projid, buf); in ext4_statfs()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode_item.c | 562 to->di_projid_lo = ip->i_projid & 0xffff; in xfs_inode_to_log_dinode() 563 to->di_projid_hi = ip->i_projid >> 16; in xfs_inode_to_log_dinode()
|
| H A D | xfs_inode.h | 60 prid_t i_projid; /* owner's project id */ member
|
| H A D | xfs_itable.c | 136 buf->bs_projectid = ip->i_projid; in xfs_bulkstat_one_int()
|
| H A D | xfs_inode.c | 891 tdp->i_projid != sip->i_projid)) { in xfs_projid_differ() 901 sip->i_projid != 0) { in xfs_projid_differ()
|
| H A D | xfs_icache.c | 1150 ip->i_projid != icw->icw_prid) in xfs_icwalk_match_id() 1174 ip->i_projid == icw->icw_prid) in xfs_icwalk_match_id_union()
|
| H A D | xfs_qm.c | 1919 if (ip->i_projid != prid) { in xfs_qm_vop_dqalloc() 2086 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
|
| H A D | xfs_dquot.c | 980 return ip->i_projid; in xfs_qm_id_for_quotatype()
|