Searched refs:xfs_bmbt_to_iomap (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/xfs/ |
D | xfs_iomap.c | 94 xfs_bmbt_to_iomap( in xfs_bmbt_to_iomap() function 874 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, iomap_flags, seq); in xfs_direct_write_iomap_begin() 905 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, in xfs_direct_write_iomap_begin() 913 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, seq); in xfs_direct_write_iomap_begin() 919 return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, IOMAP_F_SHARED, seq); in xfs_direct_write_iomap_begin() 1175 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, iomap_flags, seq); in xfs_buffered_write_iomap_begin() 1190 error = xfs_bmbt_to_iomap(ip, srcmap, &imap, flags, 0, in xfs_buffered_write_iomap_begin() 1202 return xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, iomap_flags, seq); in xfs_buffered_write_iomap_begin() 1309 return xfs_bmbt_to_iomap(ip, iomap, &imap, flags, in xfs_read_iomap_begin() 1371 error = xfs_bmbt_to_iomap(ip, iomap, &cmap, flags, in xfs_seek_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 | 348 xfs_bmbt_to_iomap(ip, &wpc->iomap, &imap, 0, 0, XFS_WPC(wpc)->data_seq); in xfs_map_blocks()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_bmap.c | 4657 xfs_bmbt_to_iomap(ip, iomap, &bma.got, 0, flags, in xfs_bmapi_convert_one_delalloc() 4705 xfs_bmbt_to_iomap(ip, iomap, &bma.got, 0, flags, in xfs_bmapi_convert_one_delalloc()
|