Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_ioctl32.c131 get_user(bstat->bs_projid_hi, &bstat32->bs_projid_hi) || in xfs_ioctl32_bstat_copyin()
185 put_user(buffer->bs_projid_hi, &p32->bs_projid_hi) || in xfs_fsbulkstat_one_fmt_compat()
H A Dxfs_ioctl32.h57 __u16 bs_projid_hi; /* high part of project id */ member
H A Dxfs_itable.c357 bs1->bs_projid_hi = bstat->bs_projectid >> 16; in xfs_bulkstat_to_bstat()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h343 __u16 bs_projid_hi; /* higher part of project id */ member
418 return (uint32_t)bs->bs_projid_hi << 16 | bs->bs_projid_lo; in bstat_get_projid()