Searched refs:blocks (Results 1 – 17 of 17) sorted by relevance
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-resize.c | 67 uint32_t blocks; in secs_to_blocks_up() local 69 blocks = secs / vhd->spb; in secs_to_blocks_up() 71 blocks++; in secs_to_blocks_up() 73 return blocks; in secs_to_blocks_up() 339 blocks = NULL; in vhd_defrag_shrink() 344 if (!blocks) { in vhd_defrag_shrink() 356 blocks[i].block = i; in vhd_defrag_shrink() 370 vhd_block_t *b = blocks + i; in vhd_defrag_shrink() 396 free(blocks); in vhd_defrag_shrink() 477 uint32_t blocks; in vhd_dynamic_shrink() local [all …]
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 40ext3_256byte_inode.diff | 10 __u16 s_def_resuid; /* Default uid for reserved blocks */ 11 __u16 s_def_resgid; /* Default gid for reserved blocks */ 40 + __u8 s_prealloc_blocks; /* Nr of blocks to try to preallocate*/ 98 /* reset indirect blocks! */
|
A D | 60ext4.diff | 12 * Constants relative to the data blocks, from ext2_fs.h 57 + __u32 s_r_blocks_count_hi; /* Reserved blocks count */ 58 + __u32 s_free_blocks_count_hi; /* Free blocks count */ 78 __u16 bg_free_blocks_count; /* Free blocks count */ 90 + __u16 bg_free_blocks_count_hi;/* Free blocks count MSB */ 99 __u32 i_block[EXT2_N_BLOCKS]; /* 40: Pointers to blocks */ 180 + __u16 ee_len; /* number of blocks covered by extent */ 191 + __u32 ei_block; /* index covers logical blocks from 'block' */ 206 + __u16 eh_depth; /* has tree real underlying blocks? */ 419 /* Read the necessary blocks, and reset the file pointer. */
|
A D | 61btrfs.diff | 590 + * disk space consumed by the extent, checksum blocks are included 596 + * the logical offset in file blocks (no csums) 604 + * the logical number of file blocks (no csums included) 731 ++ * extent items are in the extent map tree. These record which blocks 739 + * blocks are free etc etc
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc_guide.txt | 347 ptr, showing the total memory and number of blocks used by that child. 384 talloc report on 'null_context' (total 267 bytes in 15 blocks) 385 libcli/auth/spnego_parse.c:55 contains 31 bytes in 2 blocks 386 libcli/auth/spnego_parse.c:55 contains 31 bytes in 2 blocks 387 iconv(UTF8,CP850) contains 42 bytes in 2 blocks 388 libcli/auth/spnego_parse.c:55 contains 31 bytes in 2 blocks 389 iconv(CP850,UTF8) contains 42 bytes in 2 blocks 390 iconv(UTF8,UTF-16LE) contains 45 bytes in 2 blocks 391 iconv(UTF-16LE,UTF8) contains 45 bytes in 2 blocks 409 full talloc report on 'root' (total 18 bytes in 8 blocks) [all …]
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 21 level consists of four spaces. Code within blocks is indented by one 86 Braces should be omitted for blocks with a single statement. e.g., 100 Multi-line comment blocks should start and end with comment markers on
|
A D | README | 188 blocks for creating trusted platforms. For more information, see
|
/xen-4.10.0-shim-comet/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 334 unsigned int blocks[MAX_HEIGHT]; member 612 memset (INFO->blocks, 0, sizeof (INFO->blocks)); in reiserfs_mount() 690 if (blockNr == INFO->blocks[depth]) in read_tree_node() 709 INFO->blocks[depth] = blockNr; in read_tree_node() 760 cache = read_tree_node (ffi, INFO->blocks[depth], depth); in next_key() 922 block_read (ffi, INFO->blocks[DISK_LEAF_NODE_LEVEL], in reiserfs_read()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | img2qcow.c | 101 uint64_t blocks = size/(100/PROGRESS_QUANT); in debug_output() local 103 if (progress/blocks > prev) { in debug_output()
|
A D | qcow2raw.c | 107 uint64_t blocks = size/(100/PROGRESS_QUANT); in debug_output() local 109 if (progress/blocks > prev) { in debug_output()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | CODING_STYLE | 172 Every indented statement is braced, but blocks that contain just one 174 the blocks in an if...else chain have braces, or none of them do.
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 53 cut short for one reason or another, ie, the domain requests I/O and blocks.
|
A D | kconfig-language.txt | 117 This attribute is only applicable to menu blocks, if the condition is
|
A D | xen-command-line.markdown | 1845 instructions. In the case of WFI, Xen blocks the guest vcpu; in the case
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | CODING_STYLE | 297 Every indented statement is braced, but blocks that contain just one 299 the blocks in an if...else chain have braces, or none of them do.
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | ChangeLog | 739 - VBE mode info blocks of modes with >8bpp enabled - VBE modes
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | rombios.c | 10502 ;; 2 ROM length in 512-byte blocks 10514 mov ax, #0x0004 ;; start with increment of 4 (512-byte) blocks = 2k 10519 mov al, [2] ;; change increment to ROM length in 512-byte blocks 10645 shl ax, #5 ;; convert 512-bytes blocks to 16-byte increments
|
Completed in 44 milliseconds