Home
last modified time | relevance | path

Searched refs:xfs_bmapi_read (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_pnfs.c143 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_fs_map_blocks()
202 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
Dxfs_symlink.c46 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_readlink_bmap_ilocked()
427 error = xfs_bmapi_read(ip, 0, xfs_symlink_blocks(mp, size), in xfs_inactive_symlink_rmt()
Dxfs_attr_inactive.c57 error = xfs_bmapi_read(dp, (xfs_fileoff_t)tblkno, tblkcnt, in xfs_attr3_leaf_freextent()
Dxfs_bmap_util.c799 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks()
1503 error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec, in xfs_swap_extent_rmap()
1520 error = xfs_bmapi_read(ip, tirec.br_startoff, in xfs_swap_extent_rmap()
Dxfs_iomap.c961 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_file_iomap_begin()
1256 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_xattr_iomap_begin()
Dxfs_reflink.c1143 error = xfs_bmapi_read(src, srcoff, len, &imap, &nimaps, 0); in xfs_reflink_remap_blocks()
1417 error = xfs_bmapi_read(ip, fbno, end - fbno, map, &nmaps, 0); in xfs_reflink_dirty_extents()
Dxfs_dquot.c399 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read()
Dxfs_qm.c995 error = xfs_bmapi_read(qip, lblkno, maxlblkcnt - lblkno, in xfs_qm_reset_dqcounts_buf()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_remote.c388 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get()
520 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set()
586 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_remove()
Dxfs_bmap.h198 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
Dxfs_rtbitmap.c69 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, XFS_DATA_FORK); in xfs_rtbuf_get()
Dxfs_da_btree.c2545 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
Dxfs_bmap.c3794 xfs_bmapi_read( in xfs_bmapi_read() function