Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c79 cur->bc_ops->get_maxrecs(cur, level) && in xfs_btree_check_lblock()
130 cur->bc_ops->get_maxrecs(cur, level) && in xfs_btree_check_sblock()
357 new = cur->bc_ops->dup_cursor(cur); in xfs_btree_dup_cursor()
375 cur->bc_ops->buf_ops); in xfs_btree_dup_cursor()
451 (n - 1) * cur->bc_ops->rec_len; in xfs_btree_rec_offset()
463 (n - 1) * cur->bc_ops->key_len; in xfs_btree_key_offset()
476 cur->bc_ops->get_maxrecs(cur, level) * cur->bc_ops->key_len + in xfs_btree_ptr_offset()
792 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
798 cur->bc_ops->buf_ops); in xfs_btree_readahead_lblock()
818 left, 1, cur->bc_ops->buf_ops); in xfs_btree_readahead_sblock()
[all …]
Dxfs_ialloc_btree.c399 cur->bc_ops = &xfs_inobt_ops; in xfs_inobt_init_cursor()
402 cur->bc_ops = &xfs_finobt_ops; in xfs_inobt_init_cursor()
Dxfs_btree.h203 const struct xfs_btree_ops *bc_ops; member
Dxfs_alloc_btree.c472 cur->bc_ops = &xfs_allocbt_ops; in xfs_allocbt_init_cursor()
Dxfs_bmap_btree.c796 cur->bc_ops = &xfs_bmbt_ops; in xfs_bmbt_init_cursor()