Searched refs:xfs_iroot_realloc (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_inode_fork.h | 133 void xfs_iroot_realloc(struct xfs_inode *, int, int);
|
D | xfs_btree.c | 2673 xfs_iroot_realloc(cur->bc_private.b.ip, in xfs_btree_new_iroot() 2845 xfs_iroot_realloc(ip, 1, cur->bc_private.b.whichfork); in xfs_btree_make_block_unfull() 3246 xfs_iroot_realloc(cur->bc_private.b.ip, index, in xfs_btree_kill_iroot() 3481 xfs_iroot_realloc(cur->bc_private.b.ip, -1, in xfs_btree_delrec()
|
D | xfs_inode_fork.c | 478 xfs_iroot_realloc( in xfs_iroot_realloc() function
|
D | xfs_bmap.c | 734 xfs_iroot_realloc(ip, -1, whichfork); in xfs_bmap_btree_to_extents() 779 xfs_iroot_realloc(ip, 1, whichfork); in xfs_bmap_extents_to_btree() 824 xfs_iroot_realloc(ip, -1, whichfork); in xfs_bmap_extents_to_btree()
|