Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_pnfs.c171 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_fs_map_blocks()
225 error = xfs_bmapi_read(ip, XFS_B_TO_FSBT(ip->i_mount, isize - 1), 1, in xfs_pnfs_validate_isize()
Dxfs_bmap_util.c629 error = xfs_bmapi_read(ip, XFS_BB_TO_FSBT(mp, bmv->bmv_offset), in xfs_getbmap()
749 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, in xfs_bmap_punch_delalloc_range()
859 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks()
1129 error = xfs_bmapi_read(ip, offset_fsb, 1, &imap, &nimap, 0); in xfs_zero_remaining_bytes()
1224 error = xfs_bmapi_read(ip, startoffset_fsb, 1, in xfs_free_file_space()
1239 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()
489 error = xfs_bmapi_read(ip, 0, xfs_symlink_blocks(mp, size), in xfs_inactive_symlink_rmt()
Dxfs_iomap.c287 error = xfs_bmapi_read(ip, start_fsb, count_fsb, imap, &imaps, in xfs_iomap_eof_want_preallocate()
355 error = xfs_bmapi_read(ip, start_fsb, 1, imap, &imaps, XFS_BMAPI_ENTIRE); in xfs_iomap_eof_prealloc_initial_size()
Dxfs_file.c411 error = xfs_bmapi_read(ip, last_fsb, 1, &imap, &nimaps, 0); in xfs_zero_last_block()
502 error = xfs_bmapi_read(ip, start_zero_fsb, zero_count_fsb, in xfs_zero_eof()
1334 error = xfs_bmapi_read(ip, fsbno, end - fsbno, map, &nmap, in xfs_seek_hole_data()
Dxfs_attr_inactive.c73 error = xfs_bmapi_read(dp, (xfs_fileoff_t)tblkno, tblkcnt, in xfs_attr3_leaf_freextent()
Dxfs_dir2_readdir.c331 error = xfs_bmapi_read(dp, mip->map_off, in xfs_dir2_leaf_readbuf()
Dxfs_aops.c310 error = xfs_bmapi_read(ip, offset_fsb, end_fsb - offset_fsb, in xfs_map_blocks()
1395 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.c978 error = xfs_bmapi_read(qip, lblkno, maxlblkcnt - lblkno, in xfs_qm_dqiterate()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_remote.c372 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()
585 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_remove()
Dxfs_bmap.h200 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.c2484 error = xfs_bmapi_read(dp, (xfs_fileoff_t)bno, nfsb, irecs, in xfs_dabuf_map()
Dxfs_bmap.c4004 xfs_bmapi_read( in xfs_bmapi_read() function