Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_types.h21 typedef uint64_t xfs_ufsize_t; /* unsigned bytes in a file */ typedef
/linux/fs/xfs/
H A Dxfs_bmap_util.c549 end_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)XFS_ISIZE(ip)); in xfs_can_free_eofblocks()
H A Dxfs_iomap.c631 count_fsb = XFS_B_TO_FSB(mp, (xfs_ufsize_t)offset + count); in xfs_iomap_write_unwritten()
H A Dxfs_inode.c1071 first_unmap_block = XFS_B_TO_FSB(mp, (xfs_ufsize_t)new_size); in xfs_itruncate_extents_flags()