Lines Matching refs:dbp
1271 struct xfs_buf *dbp; /* data block buffer */
1319 dbp = dblk->bp;
1320 hdr = dbp->b_addr;
1325 xfs_dir2_data_make_free(args, dbp, off,
1335 xfs_dir2_data_log_header(args, dbp);
1336 xfs_dir3_data_check(dp, dbp);
1380 error = xfs_dir2_shrink_inode(args, db, dbp);
1692 struct xfs_buf *dbp;
1703 error = xfs_dir3_data_init(args, *dbno, &dbp);
1780 bf = xfs_dir2_data_bestfree_p(mp, dbp->b_addr);
1783 *dbpp = dbp;
1905 struct xfs_buf *dbp; /* data block buffer */
1940 error = xfs_dir2_node_add_datablk(args, fblk, &dbno, &dbp, &fbp,
1946 0, &dbp);
1952 hdr = dbp->b_addr;
1962 error = xfs_dir2_data_use_free(args, dbp, dup, aoff, length,
1965 xfs_trans_brelse(tp, dbp);
1977 xfs_dir2_data_log_entry(args, dbp, dep);
1983 xfs_dir2_data_log_header(args, dbp);