Searched refs:xfs_iext_insert (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_inode_fork.h | 183 void xfs_iext_insert(struct xfs_inode *, struct xfs_iext_cursor *cur,
|
H A D | xfs_bmap.c | 843 xfs_iext_insert(ip, &icur, &rec, 0); in xfs_bmap_local_to_extents() 1164 xfs_iext_insert(ip, &ir->icur, &new, in xfs_iread_bmbt_block() 2274 xfs_iext_insert(ip, icur, new, state); in xfs_bmap_add_extent_unwritten_real() 2350 xfs_iext_insert(ip, icur, new, state); in xfs_bmap_add_extent_unwritten_real() 2401 xfs_iext_insert(ip, icur, &r[1], state); in xfs_bmap_add_extent_unwritten_real() 2619 xfs_iext_insert(ip, icur, new, state); in xfs_bmap_add_extent_hole_delay() 2817 xfs_iext_insert(ip, icur, new, state); in xfs_bmap_add_extent_hole_real() 4997 xfs_iext_insert(ip, icur, &new, state); in xfs_bmap_del_extent_delay() 5080 xfs_iext_insert(ip, icur, &new, state); in xfs_bmap_del_extent_cow() 5290 xfs_iext_insert(ip, icur, &new, state); in xfs_bmap_del_extent_real() [all …]
|
H A D | xfs_inode_fork.c | 147 xfs_iext_insert(ip, &icur, &new, state); in xfs_iformat_extents()
|
H A D | xfs_iext_tree.c | 625 xfs_iext_insert( in xfs_iext_insert() function
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_trace.h | 412 DEFINE_BMAP_EVENT(xfs_iext_insert);
|