Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c173 xfs_fileoff_t offset_fsb, in xfs_hole_to_iomap() argument
180 iomap->offset = XFS_FSB_TO_B(ip->i_mount, offset_fsb); in xfs_hole_to_iomap()
181 iomap->length = XFS_FSB_TO_B(ip->i_mount, end_fsb - offset_fsb); in xfs_hole_to_iomap()
267 xfs_fileoff_t offset_fsb, in xfs_iomap_write_direct() argument
285 resaligned = xfs_aligned_fsb_count(offset_fsb, count_fsb, in xfs_iomap_write_direct()
335 error = xfs_bmapi_write(tp, ip, offset_fsb, count_fsb, bmapi_flags, 0, in xfs_iomap_write_direct()
487 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size() local
510 prev.br_startoff + prev.br_blockcount < offset_fsb) in xfs_iomap_prealloc_size()
617 xfs_fileoff_t offset_fsb; in xfs_iomap_write_unwritten() local
630 offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_write_unwritten()
[all …]
H A Dxfs_iomap.h15 int xfs_iomap_write_direct(struct xfs_inode *ip, xfs_fileoff_t offset_fsb,
34 xfs_fileoff_t offset_fsb, in xfs_aligned_fsb_count() argument
41 div_u64_rem(offset_fsb, extsz, &align); in xfs_aligned_fsb_count()
H A Dxfs_reflink.h39 xfs_fileoff_t offset_fsb, xfs_filblks_t count_fsb);
42 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb,
/linux/fs/xfs/libxfs/
H A Dxfs_rtbitmap.h423 enum xfs_rtg_inodes type, xfs_fileoff_t offset_fsb,