Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_inode_item_recover.c182 to->di_projid_lo = cpu_to_be16(from->di_projid_lo); in xfs_log_dinode_to_disk()
H A Dxfs_inode_item.c557 to->di_projid_lo = ip->i_projid & 0xffff; in xfs_inode_to_log_dinode()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c211 be16_to_cpu(from->di_projid_lo); in xfs_inode_from_disk()
315 to->di_projid_lo = cpu_to_be16(ip->i_projid & 0xffff); in xfs_inode_to_disk()
H A Dxfs_log_format.h404 uint16_t di_projid_lo; /* lower part of owner's project id */ member
H A Dxfs_format.h801 __be16 di_projid_lo; /* lower part of owner's project id */ member
/openbmc/linux/fs/xfs/scrub/
H A Dinode.c425 prid = be16_to_cpu(dip->di_projid_lo); in xchk_dinode()