Searched refs:xfs_bunmapi (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/fs/xfs/ |
H A D | xfs_symlink.c | 509 error = xfs_bunmapi(tp, ip, 0, size, XFS_BMAPI_METADATA, nmaps, xfs_inactive_symlink_rmt() 522 * actually extents freed by xfs_bunmapi. See xfs_bmap_finish. xfs_inactive_symlink_rmt()
|
H A D | xfs_bmap_util.c | 60 * Routine to be called at transaction's end by xfs_bmapi, xfs_bunmapi 775 * don't cancel or finish them after the xfs_bunmapi() call. xfs_bmap_punch_delalloc_range() 778 error = xfs_bunmapi(NULL, ip, start_fsb, 1, 0, 1, &firstblock, xfs_bmap_punch_delalloc_range() 1219 * actually need to zero the extent edges. Otherwise xfs_bunmapi xfs_free_file_space() 1308 error = xfs_bunmapi(tp, ip, startoffset_fsb, xfs_free_file_space()
|
H A D | xfs_inode.c | 1597 error = xfs_bunmapi(tp, ip, xfs_itruncate_extents()
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 211 int xfs_bunmapi(struct xfs_trans *tp, struct xfs_inode *ip,
|
H A D | xfs_attr_remote.c | 620 error = xfs_bunmapi(args->trans, args->dp, lblkno, blkcnt, xfs_attr_rmtval_remove()
|
H A D | xfs_dir2.c | 680 if ((error = xfs_bunmapi(tp, dp, da, args->geo->fsbcount, xfs_dir2_shrink_inode()
|
H A D | xfs_da_btree.c | 2104 * This is called if xfs_bunmapi on a btree block fails due to ENOSPC. 2353 error = xfs_bunmapi(tp, dp, dead_blkno, count, xfs_da_shrink_inode()
|
H A D | xfs_bmap.c | 5006 xfs_bunmapi( xfs_bunmapi() function 5047 XFS_ERROR_REPORT("xfs_bunmapi", XFS_ERRLEVEL_LOW, xfs_bunmapi()
|
Completed in 193 milliseconds