Searched refs:xfs_iext_remove (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/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 | 1828 xfs_iext_remove(bma->ip, bma->idx + 1, 2, state); in xfs_bmap_add_extent_delay_real() 1870 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real() 1901 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_delay_real() 2383 xfs_iext_remove(ip, *idx + 1, 2, state); in xfs_bmap_add_extent_unwritten_real() 2426 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real() 2461 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_unwritten_real() 2865 xfs_iext_remove(ip, *idx + 1, 1, state); in xfs_bmap_add_extent_hole_delay() 3017 xfs_iext_remove(bma->ip, bma->idx + 1, 1, state); in xfs_bmap_add_extent_hole_real() 4838 xfs_iext_remove(ip, *idx, 1, in xfs_bmap_del_extent() 5485 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.4.14/fs/xfs/ |
D | xfs_trace.h | 303 DEFINE_BMAP_EVENT(xfs_iext_remove);
|