Searched refs:xfs_bmbt_to_iomap (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/fs/xfs/ |
D | xfs_iomap.c | 91 xfs_bmbt_to_iomap( in xfs_bmbt_to_iomap() function 863 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, iomap_flags, seq); in xfs_direct_write_iomap_begin() 894 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, in xfs_direct_write_iomap_begin() 902 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq); in xfs_direct_write_iomap_begin() 908 return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, IOMAP_F_SHARED, seq); in xfs_direct_write_iomap_begin() 1154 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, IOMAP_F_NEW, seq); in xfs_buffered_write_iomap_begin() 1159 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, 0, seq); in xfs_buffered_write_iomap_begin() 1164 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq); in xfs_buffered_write_iomap_begin() 1169 return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, in xfs_buffered_write_iomap_begin() 1175 return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, 0, seq); in xfs_buffered_write_iomap_begin() [all …]
|
D | xfs_iomap.h | 22 int xfs_bmbt_to_iomap(struct xfs_inode *ip, struct iomap *iomap,
|
D | xfs_pnfs.c | 214 error = xfs_bmbt_to_iomap(ip, iomap, &imap, 0, 0, seq); in xfs_fs_map_blocks()
|
D | xfs_aops.c | 385 xfs_bmbt_to_iomap(ip, &wpc->iomap, &imap, 0, 0, XFS_WPC(wpc)->data_seq); in xfs_map_blocks()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4560 xfs_bmbt_to_iomap(ip, iomap, &bma.got, 0, flags, in xfs_bmapi_convert_delalloc() 4609 xfs_bmbt_to_iomap(ip, iomap, &bma.got, 0, flags, in xfs_bmapi_convert_delalloc()
|