Home
last modified time | relevance | path

Searched refs:blknum (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/admin-guide/device-mapper/
H A Ddm-dust.rst230 Operations on blocks (requires a <blknum> argument)::
232 addbadblock <blknum>
233 queryblock <blknum>
234 removebadblock <blknum>
236 ...where <blknum> is a block number within range of the device
/linux/fs/afs/
H A Ddir.c360 unsigned int blknum, base, hdr, pos, next, nr_slots; in afs_dir_iterate_block() local
364 blknum = ctx->pos / AFS_DIR_BLOCK_SIZE; in afs_dir_iterate_block()
365 base = blknum * AFS_DIR_SLOTS_PER_BLOCK; in afs_dir_iterate_block()
366 hdr = (blknum == 0 ? AFS_DIR_RESV_BLOCKS0 : AFS_DIR_RESV_BLOCKS); in afs_dir_iterate_block()
369 _enter("%llx,%x", ctx->pos, blknum); in afs_dir_iterate_block()