Home
last modified time | relevance | path

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

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