Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_pnfs.c171 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_fs_map_blocks()
230 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
Dxfs_bmap_util.c655 error = xfs_bmapi_read(ip, XFS_BB_TO_FSBT(mp, bmv->bmv_offset), in xfs_getbmap()
775 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, in xfs_bmap_punch_delalloc_range()
885 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks()
1152 error = xfs_bmapi_read(ip, offset_fsb, 1, &imap, &nimap, 0); in xfs_zero_remaining_bytes()
1262 error = xfs_bmapi_read(ip, startoffset_fsb, 1, in xfs_free_file_space()
1277 error = xfs_bmapi_read(ip, endoffset_fsb - 1, 1, in xfs_free_file_space()
Dxfs_symlink.c64 error = xfs_bmapi_read(ip, 0, fsblocks, mval, &nmaps, 0); in xfs_readlink_bmap()
485 error = xfs_bmapi_read(ip, 0, xfs_symlink_blocks(mp, size), in xfs_inactive_symlink_rmt()
Dxfs_iomap.c325 error = xfs_bmapi_read(ip, start_fsb, count_fsb, imap, &imaps, in xfs_iomap_eof_want_preallocate()
393 error = xfs_bmapi_read(ip, start_fsb, 1, imap, &imaps, XFS_BMAPI_ENTIRE); in xfs_iomap_eof_prealloc_initial_size()
Dxfs_attr_inactive.c73 error = xfs_bmapi_read(dp, (xfs_fileoff_t)tblkno, tblkcnt, in xfs_attr3_leaf_freextent()
Dxfs_file.c443 error = xfs_bmapi_read(ip, last_fsb, 1, &imap, &nimaps, 0); in xfs_zero_last_block()
536 error = xfs_bmapi_read(ip, start_zero_fsb, zero_count_fsb, in xfs_zero_eof()
1372 error = xfs_bmapi_read(ip, fsbno, end - fsbno, map, &nmap, in xfs_seek_hole_data()
Dxfs_dir2_readdir.c334 error = xfs_bmapi_read(dp, mip->map_off, in xfs_dir2_leaf_readbuf()
Dxfs_aops.c317 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_map_blocks()
1424 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in __xfs_get_blocks()
Dxfs_dquot.c487 error = xfs_bmapi_read(quotip, dqp->q_fileoffset, in xfs_qm_dqtobp()
Dxfs_qm.c977 error = xfs_bmapi_read(qip, lblkno, maxlblkcnt - lblkno, in xfs_qm_dqiterate()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_attr_remote.c373 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.h209 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno,
Dxfs_rtbitmap.c64 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, XFS_DATA_FORK); in xfs_rtbuf_get()
Dxfs_da_btree.c2495 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
Dxfs_bmap.c4009 xfs_bmapi_read( in xfs_bmapi_read() function