Searched refs:dblock (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 587 struct xfs_rtrefcount_root *dblock, in xfs_rtrefcountbt_from_disk() argument 602 rblocklen = xfs_rtrefcount_broot_space(mp, dblock); in xfs_rtrefcountbt_from_disk() 607 rblock->bb_level = dblock->bb_level; in xfs_rtrefcountbt_from_disk() 608 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_rtrefcountbt_from_disk() 612 fkp = xfs_rtrefcount_droot_key_addr(dblock, 1); in xfs_rtrefcountbt_from_disk() 614 fpp = xfs_rtrefcount_droot_ptr_addr(dblock, 1, maxrecs); in xfs_rtrefcountbt_from_disk() 616 numrecs = be16_to_cpu(dblock->bb_numrecs); in xfs_rtrefcountbt_from_disk() 620 frp = xfs_rtrefcount_droot_rec_addr(dblock, 1); in xfs_rtrefcountbt_from_disk() 622 numrecs = be16_to_cpu(dblock->bb_numrecs); in xfs_rtrefcountbt_from_disk() 675 struct xfs_rtrefcount_root *dblock, in xfs_rtrefcountbt_to_disk() argument [all …]
|
| H A D | xfs_rtrefcount_btree.h | 183 struct xfs_rtrefcount_root *dblock, int dblocklen);
|
| H A D | xfs_rtrmap_btree.h | 193 unsigned int rblocklen, struct xfs_rtrmap_root *dblock,
|
| /linux/fs/verity/ |
| H A D | verify.c | 159 const struct fsverity_pending_block *dblock) in verify_data_block() argument 162 const u64 data_pos = dblock->pos; in verify_data_block() 205 if (memchr_inv(dblock->data, 0, params->block_size)) { in verify_data_block() 304 if (memcmp(want_hash, dblock->real_hash, hsize) != 0) in verify_data_block() 314 level == 0 ? dblock->real_hash : real_hash); in verify_data_block()
|
| /linux/fs/gfs2/ |
| H A D | bmap.h | 57 int gfs2_get_extent(struct inode *inode, u64 lblock, u64 *dblock, 59 int gfs2_alloc_extent(struct inode *inode, u64 lblock, u64 *dblock,
|
| H A D | recovery.c | 37 u64 dblock; in gfs2_replay_read_block() local 42 error = gfs2_get_extent(&ip->i_inode, blk, &dblock, &extlen); in gfs2_replay_read_block() 45 if (!dblock) { in gfs2_replay_read_block() 50 *bh = gfs2_meta_ra(gl, dblock, extlen); in gfs2_replay_read_block()
|
| H A D | bmap.c | 330 u64 dblock = be64_to_cpu(*ptr); in __fillup_metapath() local 333 if (!dblock) in __fillup_metapath() 335 ret = gfs2_meta_buffer(ip, GFS2_METATYPE_IN, dblock, &mp->mp_bh[x + 1]); in __fillup_metapath() 1269 int gfs2_get_extent(struct inode *inode, u64 lblock, u64 *dblock, in gfs2_get_extent() argument 1283 *dblock = iomap.addr >> blkbits; in gfs2_get_extent() 1290 int gfs2_alloc_extent(struct inode *inode, u64 lblock, u64 *dblock, in gfs2_alloc_extent() argument 1304 *dblock = iomap.addr >> blkbits; in gfs2_alloc_extent() 2238 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent() argument 2244 if ((jext->dblock + jext->blocks) == dblock) { in gfs2_add_jextent() 2253 jext->dblock = dblock; in gfs2_add_jextent()
|
| H A D | quota.c | 1413 u64 dblock; in gfs2_quota_init() local 1437 error = gfs2_get_extent(&ip->i_inode, x, &dblock, &extlen); in gfs2_quota_init() 1442 bh = gfs2_meta_ra(ip->i_gl, dblock, extlen); in gfs2_quota_init() 1508 dblock++; in gfs2_quota_init()
|