Searched refs:xfs_btree_init_buf (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.c | 324 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 0, id->agno); in xfs_btroot_init() 390 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 0, id->agno); in xfs_bnoroot_init() 406 xfs_btree_init_buf(mp, bp, id->bc_ops, 0, 4, id->agno); in xfs_rmaproot_init()
|
H A D | xfs_btree_mem.c | 102 xfs_btree_init_buf(mp, bp, ops, 0, 0, xfbt->owner); in xfbtree_init_leaf_block()
|
H A D | xfs_btree.h | 390 void xfs_btree_init_buf(struct xfs_mount *mp, struct xfs_buf *bp,
|
H A D | xfs_bmap_btree.c | 38 xfs_btree_init_buf(ip->i_mount, bp, &xfs_bmbt_ops, level, in xfs_bmbt_init_block()
|
H A D | xfs_btree.c | 1287 xfs_btree_init_buf( in xfs_btree_init_buf() function 1324 xfs_btree_init_buf(cur->bc_mp, bp, cur->bc_ops, level, numrecs, in xfs_btree_init_block_cur()
|