Searched refs:xfs_iext_insert (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 140 void xfs_iext_insert(struct xfs_inode *, xfs_extnum_t, xfs_extnum_t,
|
D | xfs_bmap.c | 2000 xfs_iext_insert(bma->ip, bma->idx, 1, new, state); in xfs_bmap_add_extent_delay_real() 2084 xfs_iext_insert(bma->ip, bma->idx + 1, 1, new, state); in xfs_bmap_add_extent_delay_real() 2153 xfs_iext_insert(bma->ip, bma->idx + 1, 2, &LEFT, state); in xfs_bmap_add_extent_delay_real() 2573 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_unwritten_real() 2650 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_unwritten_real() 2698 xfs_iext_insert(ip, *idx, 2, &r[0], state); in xfs_bmap_add_extent_unwritten_real() 2911 xfs_iext_insert(ip, *idx, 1, new, state); in xfs_bmap_add_extent_hole_delay() 3122 xfs_iext_insert(bma->ip, bma->idx, 1, new, state); in xfs_bmap_add_extent_hole_real() 5005 xfs_iext_insert(ip, *idx + 1, 1, &new, state); in xfs_bmap_del_extent() 5901 xfs_iext_insert(ip, current_ext, 1, &new, 0); in xfs_bmap_split_extent_at()
|
D | xfs_inode_fork.c | 910 xfs_iext_insert( in xfs_iext_insert() function
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trace.h | 215 TRACE_EVENT(xfs_iext_insert,
|