Home
last modified time | relevance | path

Searched refs:bc_ops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_btree.c77 cur->bc_ops->get_maxrecs(cur, level) && in xfs_btree_check_lblock()
127 cur->bc_ops->get_maxrecs(cur, level) && in xfs_btree_check_sblock()
342 new = cur->bc_ops->dup_cursor(cur); in xfs_btree_dup_cursor()
360 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
436 (n - 1) * cur->bc_ops->rec_len; in xfs_btree_rec_offset()
448 (n - 1) * cur->bc_ops->key_len; in xfs_btree_key_offset()
461 cur->bc_ops->get_maxrecs(cur, level) * cur->bc_ops->key_len + in xfs_btree_ptr_offset()
777 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
783 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
803 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
[all …]
Dxfs_ialloc_btree.c389 cur->bc_ops = &xfs_inobt_ops; in xfs_inobt_init_cursor()
392 cur->bc_ops = &xfs_finobt_ops; in xfs_inobt_init_cursor()
Dxfs_btree.h196 const struct xfs_btree_ops *bc_ops; member
Dxfs_alloc_btree.c471 cur->bc_ops = &xfs_allocbt_ops; in xfs_allocbt_init_cursor()
Dxfs_bmap_btree.c794 cur->bc_ops = &xfs_bmbt_ops; in xfs_bmbt_init_cursor()