/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 | 173 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 | quota.c | 102 error = xfs_bmapi_read(sc->ip, offset, 1, &irec, &nmaps, 0); in xchk_quota_item_bmap()
|
H A D | rtsummary.c | 264 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtsum_compare()
|
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 | 1082 error = xfs_bmapi_read(ip, off, max_off - off, &hmap, in xreap_bmapi_binval() 1292 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()
|
H A D | attr_repair.c | 902 error = xfs_bmapi_read(sc->ip, offset, XFS_MAX_FILEOFF - offset, in xrep_xattr_recover()
|
H A D | dir_repair.c | 971 error = xfs_bmapi_read(sc->ip, offset, geo->leafblk - offset, in xrep_dir_recover()
|
/linux/fs/xfs/ |
H A D | xfs_pnfs.c | 175 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_fs_map_blocks() 232 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
|
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 | 837 error = xfs_bmapi_read(ip, del.br_startoff, del.br_blockcount, &data, in xfs_reflink_end_cow_extent_locked() 1377 error = xfs_bmapi_read(ip, dmap->br_startoff, dmap->br_blockcount, in xfs_reflink_remap_extent() 1556 error = xfs_bmapi_read(src, srcoff, len, &imap, &nimaps, 0); in xfs_reflink_remap_blocks()
|
H A D | xfs_bmap_util.c | 1280 error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec, in xfs_swap_extent_rmap() 1297 error = xfs_bmapi_read(ip, tirec.br_startoff, in xfs_swap_extent_rmap()
|
H A D | xfs_iomap.c | 898 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_direct_write_iomap_begin() 2034 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_read_iomap_begin() 2170 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, &imap, in xfs_xattr_iomap_begin()
|
H A D | xfs_zone_alloc.c | 207 error = xfs_bmapi_read(ip, new->br_startoff, new->br_blockcount, &data, in xfs_zoned_map_extent()
|
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 | 1236 error = xfs_bmapi_read(qip, lblkno, maxlblkcnt - lblkno, in xfs_qm_reset_dqcounts_buf()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 419 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get() 519 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set_value() 675 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_invalidate()
|
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_bmap.h | 200 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
|
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 | 3823 xfs_bmapi_read( in xfs_bmapi_read() function
|