Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_ioctl32.c151 get_user(bstat->bs_forkoff, &bstat32->bs_forkoff) || in xfs_ioctl32_bstat_copyin()
206 put_user(buffer->bs_forkoff, &p32->bs_forkoff) || in xfs_bulkstat_one_fmt_compat()
Dxfs_ioctl32.h58 __u16 bs_forkoff; /* inode fork offset in bytes */ member
Dxfs_itable.c90 buf->bs_forkoff = XFS_IFORK_BOFF(ip); in xfs_bulkstat_one_int()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h286 __u16 bs_forkoff; /* inode fork offset in bytes */ member