Home
last modified time | relevance | path

Searched refs:lbp (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c385 struct xfs_buf *lbp; /* leaf block's buffer */ in xfs_dir2_block_to_leaf() local
412 error = xfs_dir3_leaf_get_buf(args, ldb, &lbp, XFS_DIR2_LEAF1_MAGIC); in xfs_dir2_block_to_leaf()
416 leaf = lbp->b_addr; in xfs_dir2_block_to_leaf()
430 xfs_dir3_leaf_log_header(args, lbp); in xfs_dir2_block_to_leaf()
438 xfs_dir3_leaf_log_ents(args, &leafhdr, lbp, 0, leafhdr.count - 1); in xfs_dir2_block_to_leaf()
474 xfs_dir3_leaf_check(dp, lbp); in xfs_dir2_block_to_leaf()
476 xfs_dir3_leaf_log_bests(args, lbp, 0, 0); in xfs_dir2_block_to_leaf()
613 struct xfs_buf *lbp; /* leaf's buffer */ in xfs_dir2_leaf_addname() local
640 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, &lbp); in xfs_dir2_leaf_addname()
650 index = xfs_dir2_leaf_search_hash(args, lbp); in xfs_dir2_leaf_addname()
1158 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_lookup() local
1218 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_lookup_int() local
1349 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_removename() local
1492 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_replace() local
1536 xfs_dir2_leaf_search_hash( xfs_da_args_t *args, struct xfs_buf *lbp) xfs_dir2_leaf_search_hash() argument
1586 xfs_dir2_leaf_trim_data( xfs_da_args_t *args, struct xfs_buf *lbp, xfs_dir2_db_t db) xfs_dir2_leaf_trim_data() argument
1679 struct xfs_buf *lbp; /* buffer for leaf block */ xfs_dir2_node_to_leaf() local
[all...]
H A Dxfs_dir2_priv.h60 struct xfs_buf *lbp, struct xfs_buf *dbp);
120 struct xfs_buf *lbp);
122 struct xfs_buf *lbp, xfs_dir2_db_t db);
136 struct xfs_buf *lbp);
H A Dxfs_btree.c2250 struct xfs_buf *lbp; /* left buffer pointer */ in xfs_btree_lshift() local
2290 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp); in xfs_btree_lshift()
2334 xfs_btree_log_keys(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2335 xfs_btree_log_ptrs(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2347 xfs_btree_log_recs(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2354 xfs_btree_log_block(cur, lbp, XFS_BB_NUMRECS); in xfs_btree_lshift()
2447 struct xfs_buf *lbp; /* left buffer pointer */ in xfs_btree_rshift() local
2464 left = xfs_btree_get_block(cur, level, &lbp); in xfs_btree_rshift()
2467 error = xfs_btree_check_block(cur, left, level, lbp); in xfs_btree_rshift()
2554 xfs_btree_log_block(cur, lbp, XFS_BB_NUMREC in xfs_btree_rshift()
2620 struct xfs_buf *lbp; /* left buffer pointer */ __xfs_btree_split() local
2992 struct xfs_buf *lbp; /* left buffer pointer */ xfs_btree_new_root() local
3641 struct xfs_buf *lbp; /* left buffer pointer */ xfs_btree_delrec() local
[all...]
H A Dxfs_dir2_node.c407 struct xfs_buf *lbp) /* leaf buffer */ in xfs_dir2_leaf_to_node()
441 leaf = lbp->b_addr; in xfs_dir2_leaf_to_node()
445 xfs_buf_mark_corrupt(lbp); in xfs_dir2_leaf_to_node()
481 lbp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_dir2_leaf_to_node()
482 xfs_trans_buf_set_type(tp, lbp, XFS_BLFT_DIR_LEAFN_BUF); in xfs_dir2_leaf_to_node()
483 xfs_dir3_leaf_log_header(args, lbp); in xfs_dir2_leaf_to_node()
484 xfs_dir3_leaf_check(dp, lbp); in xfs_dir2_leaf_to_node()
405 xfs_dir2_leaf_to_node( xfs_da_args_t *args, struct xfs_buf *lbp) xfs_dir2_leaf_to_node() argument
H A Dxfs_dir2_block.c924 struct xfs_buf *lbp, /* leaf buffer */ in xfs_dir2_leaf_to_block()
952 leaf = lbp->b_addr; in xfs_dir2_leaf_to_block()
972 xfs_dir2_leaf_trim_data(args, lbp, in xfs_dir2_leaf_to_block()
1050 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
922 xfs_dir2_leaf_to_block( xfs_da_args_t *args, struct xfs_buf *lbp, struct xfs_buf *dbp) xfs_dir2_leaf_to_block() argument
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c394 struct xfs_buf *lbp; /* leaf block's buffer */ in xfs_dir2_block_to_leaf() local
421 error = xfs_dir3_leaf_get_buf(args, ldb, &lbp, XFS_DIR2_LEAF1_MAGIC); in xfs_dir2_block_to_leaf()
425 leaf = lbp->b_addr; in xfs_dir2_block_to_leaf()
439 xfs_dir3_leaf_log_header(args, lbp); in xfs_dir2_block_to_leaf()
447 xfs_dir3_leaf_log_ents(args, &leafhdr, lbp, 0, leafhdr.count - 1); in xfs_dir2_block_to_leaf()
483 xfs_dir3_leaf_check(dp, lbp); in xfs_dir2_block_to_leaf()
485 xfs_dir3_leaf_log_bests(args, lbp, 0, 0); in xfs_dir2_block_to_leaf()
622 struct xfs_buf *lbp; /* leaf's buffer */ in xfs_dir2_leaf_addname() local
649 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, &lbp); in xfs_dir2_leaf_addname()
659 index = xfs_dir2_leaf_search_hash(args, lbp); in xfs_dir2_leaf_addname()
1167 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_lookup() local
1227 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_lookup_int() local
1358 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_removename() local
1501 struct xfs_buf *lbp; /* leaf buffer */ xfs_dir2_leaf_replace() local
1545 xfs_dir2_leaf_search_hash( xfs_da_args_t *args, struct xfs_buf *lbp) xfs_dir2_leaf_search_hash() argument
1595 xfs_dir2_leaf_trim_data( xfs_da_args_t *args, struct xfs_buf *lbp, xfs_dir2_db_t db) xfs_dir2_leaf_trim_data() argument
1688 struct xfs_buf *lbp; /* buffer for leaf block */ xfs_dir2_node_to_leaf() local
[all...]
H A Dxfs_dir2_priv.h60 struct xfs_buf *lbp, struct xfs_buf *dbp);
120 struct xfs_buf *lbp);
122 struct xfs_buf *lbp, xfs_dir2_db_t db);
137 struct xfs_buf *lbp);
H A Dxfs_btree.c2321 struct xfs_buf *lbp; /* left buffer pointer */ in xfs_btree_lshift() local
2361 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp); in xfs_btree_lshift()
2405 xfs_btree_log_keys(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2406 xfs_btree_log_ptrs(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2418 xfs_btree_log_recs(cur, lbp, lrecs, lrecs); in xfs_btree_lshift()
2425 xfs_btree_log_block(cur, lbp, XFS_BB_NUMRECS); in xfs_btree_lshift()
2518 struct xfs_buf *lbp; /* left buffer pointer */ in xfs_btree_rshift() local
2535 left = xfs_btree_get_block(cur, level, &lbp); in xfs_btree_rshift()
2538 error = xfs_btree_check_block(cur, left, level, lbp); in xfs_btree_rshift()
2625 xfs_btree_log_block(cur, lbp, XFS_BB_NUMREC in xfs_btree_rshift()
2691 struct xfs_buf *lbp; /* left buffer pointer */ __xfs_btree_split() local
3083 struct xfs_buf *lbp; /* left buffer pointer */ xfs_btree_new_root() local
3733 struct xfs_buf *lbp; /* left buffer pointer */ xfs_btree_delrec() local
[all...]
H A Dxfs_dir2_node.c407 struct xfs_buf *lbp) /* leaf buffer */ in xfs_dir2_leaf_to_node()
441 leaf = lbp->b_addr; in xfs_dir2_leaf_to_node()
445 xfs_buf_mark_corrupt(lbp); in xfs_dir2_leaf_to_node()
481 lbp->b_ops = &xfs_dir3_leafn_buf_ops; in xfs_dir2_leaf_to_node()
482 xfs_trans_buf_set_type(tp, lbp, XFS_BLFT_DIR_LEAFN_BUF); in xfs_dir2_leaf_to_node()
483 xfs_dir3_leaf_log_header(args, lbp); in xfs_dir2_leaf_to_node()
484 xfs_dir3_leaf_check(dp, lbp); in xfs_dir2_leaf_to_node()
405 xfs_dir2_leaf_to_node( xfs_da_args_t *args, struct xfs_buf *lbp) xfs_dir2_leaf_to_node() argument
H A Dxfs_dir2_block.c924 struct xfs_buf *lbp, /* leaf buffer */ in xfs_dir2_leaf_to_block()
952 leaf = lbp->b_addr; in xfs_dir2_leaf_to_block()
972 xfs_dir2_leaf_trim_data(args, lbp, in xfs_dir2_leaf_to_block()
1050 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp); in xfs_dir2_leaf_to_block()
922 xfs_dir2_leaf_to_block( xfs_da_args_t *args, struct xfs_buf *lbp, struct xfs_buf *dbp) xfs_dir2_leaf_to_block() argument

Completed in 21 milliseconds