/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 66 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_revalidate_bmap() 107 error = xfs_bmapi_read(cursor->quota_ip, fileoff, in xchk_dquot_iter_advance_bmap()
|
H A D | rtbitmap.c | 172 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtbitmap_check_extents()
|
H A D | tempfile.c | 432 error = xfs_bmapi_read(sc->tempip, off, end - off, &map, &nmaps, in xrep_tempfile_prealloc() 505 error = xfs_bmapi_read(sc->tempip, off, 1, &map, &nmaps, 0); in xrep_tempfile_copyin()
|
H A D | rtsummary.c | 264 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtsum_compare()
|
H A D | quota.c | 102 error = xfs_bmapi_read(sc->ip, offset, 1, &irec, &nmaps, 0); in xchk_quota_item_bmap()
|
H A D | symlink_repair.c | 116 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xrep_symlink_salvage_remote()
|
H A D | reap.c | 1079 error = xfs_bmapi_read(ip, off, max_off - off, &hmap, in xreap_bmapi_binval() 1289 error = xfs_bmapi_read(ip, off, XFS_MAX_FILEOFF - off, &imap, in xrep_reap_ifork()
|
H A D | rtbitmap_repair.c | 424 error = xfs_bmapi_read(sc->ip, off, len - off, &map, &nmaps, in xrep_rtbitmap_data_mappings()
|
H A D | quota_repair.c | 125 error = xfs_bmapi_read(sc->ip, offset, 1, &irec, &nmaps, 0); in xrep_quota_item_bmap()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_symlink_remote.c | 259 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_symlink_remote_read() 402 error = xfs_bmapi_read(ip, 0, XFS_MAX_FILEOFF, mval, &nmaps, 0); in xfs_symlink_remote_truncate()
|
H A D | xfs_exchmaps.c | 295 error = xfs_bmapi_read(xmi->xmi_ip1, xmi->xmi_startoff1, in xfs_exchmaps_find_mappings() 320 error = xfs_bmapi_read(xmi->xmi_ip2, xmi->xmi_startoff2, in xfs_exchmaps_find_mappings() 917 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next()
|
H A D | xfs_rtbitmap.c | 195 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0); in xfs_rtbuf_get()
|
H A D | xfs_da_btree.c | 2709 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs, in xfs_dabuf_map()
|
H A D | xfs_bmap.c | 3960 xfs_bmapi_read( in xfs_bmapi_read() function
|
/linux/fs/xfs/ |
H A D | xfs_attr_inactive.c | 53 error = xfs_bmapi_read(dp, (xfs_fileoff_t)blkno, blkcnt, in xfs_attr3_rmt_stale()
|
H A D | xfs_reflink.c | 853 error = xfs_bmapi_read(ip, del.br_startoff, del.br_blockcount, &data, in xfs_reflink_end_cow_extent() 1299 error = xfs_bmapi_read(ip, dmap->br_startoff, dmap->br_blockcount, in xfs_reflink_remap_extent() 1478 error = xfs_bmapi_read(src, srcoff, len, &imap, &nimaps, 0); in xfs_reflink_remap_blocks()
|
H A D | xfs_bmap_util.c | 1262 error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec, in xfs_swap_extent_rmap() 1279 error = xfs_bmapi_read(ip, tirec.br_startoff, in xfs_swap_extent_rmap()
|
H A D | xfs_dquot.c | 482 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_dquot_disk_read()
|
H A D | xfs_qm.c | 1260 error = xfs_bmapi_read(qip, lblkno, maxlblkcnt - lblkno, in xfs_qm_reset_dqcounts_buf()
|