Searched refs:xfs_btree_get_bufs (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_btree.h | 353 xfs_btree_get_bufs(
|
D | xfs_btree.c | 552 xfs_btree_get_bufs( in xfs_btree_get_bufs() function
|
D | xfs_ialloc_btree.c | 1245 nbp = xfs_btree_get_bufs(args.mp, args.tp, args.agno, args.agbno, 0); in xfs_inobt_newroot() 1523 rbp = xfs_btree_get_bufs(args.mp, args.tp, args.agno, args.agbno, 0); in xfs_inobt_split()
|
D | xfs_alloc_btree.c | 1331 nbp = xfs_btree_get_bufs(mp, cur->bc_tp, cur->bc_private.a.agno, nbno, in xfs_alloc_newroot() 1612 rbp = xfs_btree_get_bufs(cur->bc_mp, cur->bc_tp, cur->bc_private.a.agno, in xfs_alloc_split()
|
D | xfs_alloc.c | 1477 bp = xfs_btree_get_bufs(args->mp, args->tp, in xfs_alloc_ag_vextent_small() 1939 bp = xfs_btree_get_bufs(mp, tp, args->agno, bno, 0); in xfs_alloc_fix_freelist()
|