Lines Matching defs:block
61 sector_t block;
73 block = ur_block;
74 error = bmap(inode, &block);
76 if (block > INT_MAX) {
86 ur_block = block;
276 * __generic_block_fiemap - FIEMAP for block based inodes (no locking)
283 * This does FIEMAP for block based inodes. Basically it will just loop
288 * please do not use this function, it will stop at the first unmapped block
322 * blocksize, so make sure our len is at least block length.
348 * allocated block at the front of the file, and then
382 * way up to the second to the last block in a file, but
383 * the last block is a hole, making the second to last
384 * block FIEMAP_EXTENT_LAST. In this case we want to
385 * see if there is a hole after the second to last block
441 * generic_block_fiemap - FIEMAP for block based inodes
444 * @start: The initial block to map
446 * @get_block: The block mapping function for the fs
708 /* anon_bdev filesystems may not have a block size */