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

/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c395 struct xfs_buf *lbp; /* leaf block's buffer */ local
422 error = xfs_dir3_leaf_get_buf(args, ldb, &lbp, XFS_DIR2_LEAF1_MAGIC);
426 leaf = lbp->b_addr;
440 xfs_dir3_leaf_log_header(args, lbp);
448 xfs_dir3_leaf_log_ents(args, &leafhdr, lbp, 0, leafhdr.count - 1);
484 xfs_dir3_leaf_check(dp, lbp);
486 xfs_dir3_leaf_log_bests(args, lbp, 0, 0);
623 struct xfs_buf *lbp; /* leaf's buffer */ local
650 error = xfs_dir3_leaf_read(tp, dp, args->geo->leafblk, &lbp);
660 index = xfs_dir2_leaf_search_hash(args, lbp);
1168 struct xfs_buf *lbp; /* leaf buffer */ local
1228 struct xfs_buf *lbp; /* leaf buffer */ local
1359 struct xfs_buf *lbp; /* leaf buffer */ local
1504 struct xfs_buf *lbp; /* leaf buffer */ local
1548 xfs_dir2_leaf_search_hash( xfs_da_args_t *args, struct xfs_buf *lbp) argument
1598 xfs_dir2_leaf_trim_data( xfs_da_args_t *args, struct xfs_buf *lbp, xfs_dir2_db_t db) argument
1691 struct xfs_buf *lbp; /* buffer for leaf block */ 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.c2455 struct xfs_buf *lbp; /* left buffer pointer */ local
2494 error = xfs_btree_read_buf_block(cur, &lptr, 0, &left, &lbp);
2538 xfs_btree_log_keys(cur, lbp, lrecs, lrecs);
2539 xfs_btree_log_ptrs(cur, lbp, lrecs, lrecs);
2551 xfs_btree_log_recs(cur, lbp, lrecs, lrecs);
2558 xfs_btree_log_block(cur, lbp, XFS_BB_NUMRECS);
2652 struct xfs_buf *lbp; /* left buffer pointer */ local
2668 left = xfs_btree_get_block(cur, level, &lbp);
2671 error = xfs_btree_check_block(cur, left, level, lbp);
2758 xfs_btree_log_block(cur, lbp, XFS_BB_NUMREC
2851 struct xfs_buf *lbp; /* left buffer pointer */ local
3257 struct xfs_buf *lbp; /* left buffer pointer */ local
3908 struct xfs_buf *lbp; /* left buffer pointer */ local
[all...]
H A Dxfs_dir2_block.c926 struct xfs_buf *lbp, /* leaf buffer */
954 leaf = lbp->b_addr;
974 xfs_dir2_leaf_trim_data(args, lbp,
1052 error = xfs_da_shrink_inode(args, args->geo->leafblk, lbp);
924 xfs_dir2_leaf_to_block( xfs_da_args_t *args, struct xfs_buf *lbp, struct xfs_buf *dbp) argument
H A Dxfs_dir2_node.c409 struct xfs_buf *lbp) /* leaf buffer */
443 leaf = lbp->b_addr;
447 xfs_buf_mark_corrupt(lbp);
484 lbp->b_ops = &xfs_dir3_leafn_buf_ops;
485 xfs_trans_buf_set_type(tp, lbp, XFS_BLFT_DIR_LEAFN_BUF);
486 xfs_dir3_leaf_log_header(args, lbp);
487 xfs_dir3_leaf_check(dp, lbp);
407 xfs_dir2_leaf_to_node( xfs_da_args_t *args, struct xfs_buf *lbp) argument

Completed in 125 milliseconds