Searched refs:sectorsize (Results 1 – 25 of 31) sorted by relevance
12
/external/u-boot/fs/btrfs/ |
D | super.c | 104 if (!is_power_of_2(sb->sectorsize) || sb->sectorsize < 4096 || in btrfs_check_super() 105 sb->sectorsize > BTRFS_MAX_METADATA_BLOCKSIZE) { in btrfs_check_super() 107 sb->sectorsize); in btrfs_check_super() 111 if (!is_power_of_2(sb->nodesize) || sb->nodesize < sb->sectorsize || in btrfs_check_super() 123 if (!IS_ALIGNED(sb->root, sb->sectorsize)) { in btrfs_check_super() 129 if (!IS_ALIGNED(sb->chunk_root, sb->sectorsize)) { in btrfs_check_super() 135 if (!IS_ALIGNED(sb->log_root, sb->sectorsize)) { in btrfs_check_super()
|
D | inode.c | 121 } else if (extent->ram_bytes >= btrfs_info.sb.sectorsize) { in btrfs_readlink() 270 (u64) btrfs_info.sb.sectorsize)); in btrfs_lookup_path()
|
D | compression.c | 95 (u32) btrfs_info.sb.sectorsize); in decompress_zlib()
|
D | btrfs.c | 45 (u64) btrfs_info.sb.sectorsize)); in readdir_callback()
|
D | ctree.h | 161 __u32 sectorsize; member
|
D | conv-funcs.h | 166 root_dir_objectid, num_devices, sectorsize, nodesize,
|
/external/u-boot/fs/jffs2/ |
D | jffs2_nand_1pass.c | 790 unsigned nr_blocks, sectorsize, ofs, offset; in jffs2_1pass_build_lists() local 811 sectorsize = mtd->erasesize; in jffs2_1pass_build_lists() 812 nr_blocks = part->size / sectorsize; in jffs2_1pass_build_lists() 813 buf = malloc(sectorsize); in jffs2_1pass_build_lists() 820 offset = part->offset + i * sectorsize; in jffs2_1pass_build_lists() 835 …if (jffs2_fill_scan_buf(mtd, buf + EMPTY_SCAN_SIZE, offset + EMPTY_SCAN_SIZE, sectorsize - EMPTY_S… in jffs2_1pass_build_lists() 839 while (ofs < sectorsize - sizeof(struct jffs2_unknown_node)) { in jffs2_1pass_build_lists()
|
/external/u-boot/drivers/mtd/ |
D | st_smi.c | 29 unsigned long sectorsize; member 39 .sectorsize = ssize, \ 156 info->size/flash_devices[i].sectorsize; in flash_get_size()
|
/external/strace/ |
D | btrfs.c | 740 uint32_t nodesize, sectorsize, clone_alignment; in MPERS_PRINTER_DECL() local 754 sectorsize = args.sectorsize, in MPERS_PRINTER_DECL() 759 sectorsize = reserved32[1]; in MPERS_PRINTER_DECL() 768 uuid, nodesize, sectorsize, clone_alignment); in MPERS_PRINTER_DECL()
|
/external/kernel-headers/original/uapi/linux/ |
D | btrfs.h | 232 __u32 sectorsize; /* out */ member
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 710 __u32 sectorsize; member
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 5480 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | fi.po | 5565 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | zh_CN.po | 5779 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | sr.po | 5989 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | uk.po | 5991 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | ms.po | 5791 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | eo.po | 5728 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | it.po | 5898 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | id.po | 5881 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | da.po | 5711 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | sv.po | 5886 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | nl.po | 5992 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | tr.po | 6086 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | pl.po | 5870 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
12