Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_inode_item_recover.c160 to->di_projid_hi = cpu_to_be16(from->di_projid_hi); in xfs_log_dinode_to_disk()
Dxfs_inode_item.c374 to->di_projid_hi = ip->i_projid >> 16; in xfs_inode_to_log_dinode()
/fs/xfs/libxfs/
Dxfs_inode_buf.c212 ip->i_projid = (prid_t)be16_to_cpu(from->di_projid_hi) << 16 | in xfs_inode_from_disk()
297 to->di_projid_hi = cpu_to_be16(ip->i_projid >> 16); in xfs_inode_to_disk()
Dxfs_log_format.h390 uint16_t di_projid_hi; /* higher part of owner's project id */ member
Dxfs_format.h793 __be16 di_projid_hi; /* higher part owner's project id */ member
/fs/xfs/scrub/
Dinode.c279 if (dip->di_projid_hi != 0 && in xchk_dinode()