Searched refs:xfs_iext_remove (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 145 void xfs_iext_remove(struct xfs_inode *, xfs_extnum_t, int, int);
|
D | xfs_bmap.c | 1829 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state); in xfs_bmap_add_extent_delay_real() 1871 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real() 1902 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real() 2384 xfs_iext_remove(ip, *idx + 1, 2, state); in xfs_bmap_add_extent_unwritten_real() 2427 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real() 2462 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real() 2866 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_hole_delay() 3018 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_hole_real() 4799 xfs_iext_remove(ip, *idx, 1, in xfs_bmap_del_extent() 5446 xfs_iext_remove(ip, current_ext, 1, 0); in xfs_bmse_merge()
|
D | xfs_inode_fork.c | 1161 xfs_iext_remove( in xfs_iext_remove() function
|
/linux-4.1.27/fs/xfs/ |
D | xfs_trace.h | 303 DEFINE_BMAP_EVENT(xfs_iext_remove);
|