Searched refs:di_projid_hi (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c183 to->di_projid_hi = cpu_to_be16(from->di_projid_hi);
H A Dxfs_inode_item.c525 to->di_projid_hi = ip->i_projid >> 16;
/linux-master/fs/xfs/scrub/
H A Dinode.c430 if (dip->di_projid_hi != 0 &&
442 prid |= (prid_t)be16_to_cpu(dip->di_projid_hi) << 16;
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c216 ip->i_projid = (prid_t)be16_to_cpu(from->di_projid_hi) << 16 |
324 to->di_projid_hi = cpu_to_be16(ip->i_projid >> 16);
H A Dxfs_log_format.h405 uint16_t di_projid_hi; /* higher part of owner's project id */ member in struct:xfs_log_dinode
H A Dxfs_format.h817 __be16 di_projid_hi; /* higher part owner's project id */ member in struct:xfs_dinode

Completed in 301 milliseconds