Home
last modified time | relevance | path

Searched refs:dbp (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_dir2_leaf.c477 hdr = dbp->b_addr; in xfs_dir2_block_to_leaf()
890 &dbp); in xfs_dir2_leaf_addname()
1329 if (dbp) in xfs_dir2_leaf_lookup_int()
1333 &dbp); in xfs_dir2_leaf_lookup_int()
1357 *dbpp = dbp; in xfs_dir2_leaf_lookup_int()
1375 &dbp); in xfs_dir2_leaf_lookup_int()
1381 *dbpp = dbp; in xfs_dir2_leaf_lookup_int()
1388 if (dbp) in xfs_dir2_leaf_lookup_int()
1432 hdr = dbp->b_addr; in xfs_dir2_leaf_removename()
1505 dbp = NULL; in xfs_dir2_leaf_removename()
[all …]
A Dxfs_dir2_node.c1329 dbp = dblk->bp; in xfs_dir2_leafn_remove()
1330 hdr = dbp->b_addr; in xfs_dir2_leafn_remove()
1335 xfs_dir2_data_make_free(args, dbp, off, in xfs_dir2_leafn_remove()
1345 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leafn_remove()
1346 xfs_dir3_data_check(dp, dbp); in xfs_dir2_leafn_remove()
1703 struct xfs_buf *dbp; in xfs_dir2_node_add_datablk() local
1795 *dbpp = dbp; in xfs_dir2_node_add_datablk()
1963 hdr = dbp->b_addr; in xfs_dir2_node_addname_int()
1976 xfs_trans_brelse(tp, dbp); in xfs_dir2_node_addname_int()
1988 xfs_dir2_data_log_entry(args, dbp, dep); in xfs_dir2_node_addname_int()
[all …]
A Dxfs_dir2_block.c932 struct xfs_buf *dbp) /* data buffer */ in xfs_dir2_leaf_to_block() argument
988 if (!dbp) { in xfs_dir2_leaf_to_block()
990 args->geo->datablk, 0, &dbp); in xfs_dir2_leaf_to_block()
994 hdr = dbp->b_addr; in xfs_dir2_leaf_to_block()
1018 xfs_dir3_block_init(args, dbp); in xfs_dir2_leaf_to_block()
1025 error = xfs_dir2_data_use_free(args, dbp, dup, in xfs_dir2_leaf_to_block()
1035 xfs_dir2_block_log_tail(tp, dbp); in xfs_dir2_leaf_to_block()
1047 xfs_dir2_block_log_leaf(tp, dbp, 0, be32_to_cpu(btp->count) - 1); in xfs_dir2_leaf_to_block()
1054 xfs_dir2_data_log_header(args, dbp); in xfs_dir2_leaf_to_block()
1069 return xfs_dir2_block_to_sf(args, dbp, size, &sfh); in xfs_dir2_leaf_to_block()
A Dxfs_dir2_priv.h47 xfs_dir2_db_t *dbp);
60 struct xfs_buf *lbp, struct xfs_buf *dbp);
103 struct xfs_buf *dbp);
A Dxfs_dir2.c612 xfs_dir2_db_t *dbp) /* out: block number added */ in xfs_dir2_grow_inode() argument
632 *dbp = xfs_dir2_da_to_db(args->geo, (xfs_dablk_t)bno); in xfs_dir2_grow_inode()
/fs/freevxfs/
A Dvxfs_lookup.c81 struct vxfs_dirblk *dbp = in vxfs_find_entry() local
84 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_find_entry()
231 struct vxfs_dirblk *dbp = in vxfs_readdir() local
234 int overhead = VXFS_DIRBLKOV(sbi, dbp); in vxfs_readdir()
A Dvxfs_dir.h65 #define VXFS_DIRBLKOV(sbi, dbp) \ argument
66 ((sizeof(short) * fs16_to_cpu(sbi, dbp->d_nhash)) + 4)
/fs/xfs/scrub/
A Ddir.c603 struct xfs_buf *dbp, in xchk_directory_check_freesp() argument
608 dfp = xfs_dir2_data_bestfree_p(sc->mp, dbp->b_addr); in xchk_directory_check_freesp()
628 struct xfs_buf *dbp; in xchk_directory_leaf1_bestfree() local
704 XFS_DABUF_MAP_HOLE_OK, &dbp); in xchk_directory_leaf1_bestfree()
709 if (!dbp) { in xchk_directory_leaf1_bestfree()
721 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree()
722 xfs_trans_brelse(sc->tp, dbp); in xchk_directory_leaf1_bestfree()
739 struct xfs_buf *dbp; in xchk_directory_free_bestfree() local
769 0, &dbp); in xchk_directory_free_bestfree()
773 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree()
[all …]
/fs/xfs/
A Dxfs_log_recover.c3001 char *hbp, *dbp; in xlog_do_recovery_pass() local
3082 dbp = xlog_alloc_buffer(log, BTOBB(h_size)); in xlog_do_recovery_pass()
3083 if (!dbp) { in xlog_do_recovery_pass()
3160 error = xlog_bread(log, rblk_no, bblks, dbp, in xlog_do_recovery_pass()
3167 offset = dbp; in xlog_do_recovery_pass()
3178 split_bblks, dbp, in xlog_do_recovery_pass()
3230 error = xlog_bread(log, blk_no+hblks, bblks, dbp, in xlog_do_recovery_pass()
3245 kvfree(dbp); in xlog_do_recovery_pass()

Completed in 33 milliseconds