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

/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c182 to->di_projid_lo = cpu_to_be16(from->di_projid_lo);
H A Dxfs_inode_item.c524 to->di_projid_lo = ip->i_projid & 0xffff;
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c217 be16_to_cpu(from->di_projid_lo);
323 to->di_projid_lo = cpu_to_be16(ip->i_projid & 0xffff);
H A Dxfs_log_format.h404 uint16_t di_projid_lo; /* lower part of owner's project id */ member in struct:xfs_log_dinode
H A Dxfs_format.h816 __be16 di_projid_lo; /* lower part of owner's project id */ member in struct:xfs_dinode
/linux-master/fs/xfs/scrub/
H A Dinode.c434 prid = be16_to_cpu(dip->di_projid_lo);

Completed in 126 milliseconds