Searched refs:xfs_btree_ops (Results 1 – 17 of 17) sorted by relevance
/linux/fs/xfs/libxfs/ |
H A D | xfs_shared.h | 52 extern const struct xfs_btree_ops xfs_bnobt_ops; 53 extern const struct xfs_btree_ops xfs_cntbt_ops; 54 extern const struct xfs_btree_ops xfs_inobt_ops; 55 extern const struct xfs_btree_ops xfs_finobt_ops; 56 extern const struct xfs_btree_ops xfs_bmbt_ops; 57 extern const struct xfs_btree_ops xfs_refcountbt_ops; 58 extern const struct xfs_btree_ops xfs_rmapbt_ops; 59 extern const struct xfs_btree_ops xfs_rmapbt_mem_ops; 60 extern const struct xfs_btree_ops xfs_rtrmapbt_ops; 61 extern const struct xfs_btree_ops xfs_rtrmapbt_mem_ops; [all …]
|
H A D | xfs_btree.h | 58 struct xfs_btree_ops; 59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops); 118 struct xfs_btree_ops { struct 267 const struct xfs_btree_ops *bc_ops; 391 const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs, 394 struct xfs_btree_block *buf, const struct xfs_btree_ops *ops, 670 const struct xfs_btree_ops *ops, in xfs_btree_alloc_cursor()
|
H A D | xfs_btree_mem.c | 78 const struct xfs_btree_ops *ops) in xfbtree_rec_bytes() 88 const struct xfs_btree_ops *ops) in xfbtree_init_leaf_block() 118 const struct xfs_btree_ops *ops) in xfbtree_init()
|
H A D | xfs_btree_mem.h | 66 struct xfs_buftarg *btp, const struct xfs_btree_ops *ops);
|
H A D | xfs_alloc_btree.c | 419 const struct xfs_btree_ops xfs_bnobt_ops = { 449 const struct xfs_btree_ops xfs_cntbt_ops = {
|
H A D | xfs_rmap_btree.c | 494 const struct xfs_btree_ops xfs_rmapbt_ops = { 612 const struct xfs_btree_ops xfs_rmapbt_mem_ops = {
|
H A D | xfs_ialloc_btree.c | 411 const struct xfs_btree_ops xfs_inobt_ops = { 441 const struct xfs_btree_ops xfs_finobt_ops = {
|
H A D | xfs_ag.h | 328 const struct xfs_btree_ops *bc_ops; /* btree ops */
|
H A D | xfs_rtrmap_btree.c | 489 const struct xfs_btree_ops xfs_rtrmapbt_ops = { 601 const struct xfs_btree_ops xfs_rtrmapbt_mem_ops = {
|
H A D | xfs_refcount_btree.c | 320 const struct xfs_btree_ops xfs_refcountbt_ops = {
|
H A D | xfs_btree_staging.c | 577 const struct xfs_btree_ops *ops = cur->bc_ops; in xfs_btree_bload_compute_geometry()
|
H A D | xfs_rtrefcount_btree.c | 367 const struct xfs_btree_ops xfs_rtrefcountbt_ops = {
|
H A D | xfs_bmap_btree.c | 629 const struct xfs_btree_ops xfs_bmbt_ops = {
|
H A D | xfs_ag.c | 618 const struct xfs_btree_ops *bc_ops;
|
H A D | xfs_btree.c | 46 const struct xfs_btree_ops *ops) in xfs_btree_magic() 1237 const struct xfs_btree_ops *ops, in __xfs_btree_init_block() 1277 const struct xfs_btree_ops *ops, in xfs_btree_init_block() 1290 const struct xfs_btree_ops *ops, in xfs_btree_init_buf()
|
/linux/fs/xfs/scrub/ |
H A D | rcbag_btree.c | 184 static const struct xfs_btree_ops rcbagbt_mem_ops = {
|
/linux/fs/xfs/ |
H A D | xfs_trace.h | 92 struct xfs_btree_ops; 4936 const struct xfs_btree_ops *ops),
|