Searched refs:physical (Results 1 – 13 of 13) sorted by relevance
/fs/btrfs/ |
D | scrub.c | 57 u64 physical; member 72 u64 physical; member 167 u64 physical, u64 flags, u64 gen, int mirror_num, 366 swarn.sector = (sblock->pagev[0].physical) >> 9; in scrub_print_warning() 1001 page->physical = bbio->stripes[mirror_index].physical; in scrub_setup_recheck_block() 1058 bio->bi_sector = page->physical >> 9; in scrub_recheck_block() 1187 bio->bi_sector = page_bad->physical >> 9; in scrub_repair_page_from_good_copy() 1473 sbio->physical = spage->physical; in scrub_add_page_to_bio() 1486 bio->bi_sector = spage->physical >> 9; in scrub_add_page_to_bio() 1488 } else if (sbio->physical + sbio->page_count * PAGE_SIZE != in scrub_add_page_to_bio() [all …]
|
D | volumes.h | 149 u64 physical; member 248 u64 chunk_start, u64 physical, u64 devid,
|
D | volumes.c | 2019 map->stripes[i].physical); in btrfs_relocate_chunk() 3356 map->stripes[s].physical = devices_info[i].dev_offset + in __btrfs_alloc_chunk() 3405 dev_offset = map->stripes[i].physical; in __btrfs_alloc_chunk() 3464 dev_offset = map->stripes[index].physical; in __finish_chunk_alloc() 3865 bbio->stripes[i].physical = in __btrfs_map_block() 3866 map->stripes[stripe_index].physical + in __btrfs_map_block() 3911 bbio->stripes[i].physical = in __btrfs_map_block() 3912 map->stripes[stripe_index].physical + in __btrfs_map_block() 3947 u64 chunk_start, u64 physical, u64 devid, in btrfs_rmap_block() argument 3978 if (map->stripes[i].physical > physical || in btrfs_rmap_block() [all …]
|
D | check-integrity.c | 1475 block_ctx_out->dev_bytenr = multi->stripes[0].physical; in btrfsic_map_block()
|
D | extent_io.c | 1943 sector = bbio->stripes[mirror_num-1].physical >> 9; in repair_io_failure()
|
D | extent-tree.c | 1848 stripe->physical, in btrfs_discard_extent()
|
/fs/jffs2/ |
D | README.Locking | 58 of the inode from which it's garbage-collecting a physical node, this 78 per-eraseblock lists of physical jffs2_raw_node_ref structures, and 79 (NB) the per-inode list of physical nodes. The latter is a special 87 Note that the per-inode list of physical nodes (f->nodes) is a special
|
D | TODO | 3 let each outstanding write reserve the _maximum_ amount of physical
|
/fs/xfs/ |
D | xfs_iops.c | 937 u64 logical, physical, length; in xfs_fiemap_format() local 944 physical = BBTOB(bmv->bmv_block); in xfs_fiemap_format() 951 physical = 0; /* no block yet */ in xfs_fiemap_format() 956 error = fiemap_fill_next_extent(fieinfo, logical, physical, in xfs_fiemap_format()
|
/fs/ext4/ |
D | Kconfig | 11 physical block numbers. The ext4 filesystem also supports delayed
|
D | extents.c | 4502 __u64 physical; in ext4_ext_fiemap_cb() local 4679 physical = (__u64)newex->ec_start << blksize_bits; in ext4_ext_fiemap_cb() 4688 ret = fiemap_fill_next_extent(fieinfo, logical, physical, in ext4_ext_fiemap_cb() 4702 __u64 physical = 0; in ext4_xattr_fiemap() local 4716 physical = (__u64)iloc.bh->b_blocknr << blockbits; in ext4_xattr_fiemap() 4719 physical += offset; in ext4_xattr_fiemap() 4724 physical = (__u64)EXT4_I(inode)->i_file_acl << blockbits; in ext4_xattr_fiemap() 4728 if (physical) in ext4_xattr_fiemap() 4729 error = fiemap_fill_next_extent(fieinfo, 0, physical, in ext4_xattr_fiemap()
|
/fs/affs/ |
D | Changes | 101 with physical blocks != 512 bytes.
|
/fs/cifs/ |
D | README | 209 cifs signing enabled (and the physical network is insecure), consider use
|