Home
last modified time | relevance | path

Searched defs:offset_fsb (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_iomap.c173 xfs_hole_to_iomap(struct xfs_inode * ip,struct iomap * iomap,xfs_fileoff_t offset_fsb,xfs_fileoff_t end_fsb) xfs_hole_to_iomap() argument
267 xfs_iomap_write_direct(struct xfs_inode * ip,xfs_fileoff_t offset_fsb,xfs_fileoff_t count_fsb,unsigned int flags,struct xfs_bmbt_irec * imap,u64 * seq) xfs_iomap_write_direct() argument
487 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_iomap_prealloc_size() local
617 xfs_fileoff_t offset_fsb; xfs_iomap_write_unwritten() local
802 imap_spans_range(struct xfs_bmbt_irec * imap,xfs_fileoff_t offset_fsb,xfs_fileoff_t end_fsb) imap_spans_range() argument
816 xfs_bmap_hw_atomic_write_possible(struct xfs_inode * ip,struct xfs_bmbt_irec * imap,xfs_fileoff_t offset_fsb,xfs_fileoff_t end_fsb) xfs_bmap_hw_atomic_write_possible() argument
856 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_direct_write_iomap_begin() local
1098 xfs_check_atomic_cow_conversion(struct xfs_inode * ip,xfs_fileoff_t offset_fsb,xfs_filblks_t count_fsb,const struct xfs_bmbt_irec * cmap) xfs_check_atomic_cow_conversion() argument
1128 const xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_atomic_write_cow_iomap_begin() local
1596 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_zoned_buffered_write_iomap_begin() local
1765 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_buffered_write_iomap_begin() local
2107 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_read_iomap_begin() local
2151 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_seek_iomap_begin() local
2239 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); xfs_xattr_iomap_begin() local
[all...]
H A Dxfs_iomap.h34 xfs_fileoff_t offset_fsb, in xfs_aligned_fsb_count()