Home
last modified time | relevance | path

Searched refs:bs_projid_hi (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_ioctl32.h57 __u16 bs_projid_hi; /* high part of project id */ member
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h354 __u16 bs_projid_hi; /* higher part of project id */ member
430 return (uint32_t)bs->bs_projid_hi << 16 | bs->bs_projid_lo; in bstat_get_projid()