Searched defs:block (Results 126 - 128 of 128) sorted by relevance

123456

/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c216 struct fs filesystem, *fs; /* super block */
496 * Read in the super block and validate (not too picky).
1181 if (match("block", 2)) { /* block conversion */
1196 if (match("bs", 2)) { /* block size */
1332 if (match("db", 2)) { /* direct block */
1357 printf("non existent block\n");
1479 if (match("ib", 2)) { /* indirect block */
1503 printf("non existent block\n");
1759 if (match("sb", 2)) { /* super block */
2456 long block; local
3324 unsigned long block; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c64 * bsize - block size
120 * The following two constants set the default block and fragment sizes.
152 * block worth of data blocks.
267 * is limited by the fact that cylinder groups are at most one block.
276 /* block map */ howmany((fs)->fs_cpg * (fs)->fs_spc / NSPF(fs), NBBY))
281 * least an equal amount of space for the block map.
288 * Same as MAXIpG, but parameterized by the block size (b) and the
290 * cylinder group overhead block that is used for the inode map. So for
292 * cylinder group overhead block can be dedicated to the inode map.
317 #define BLOCK 1 /* block i
3081 wait_for_write(int block) argument
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c118 * rec_crcgen generates a crc checksum for a record block
119 * rec_crcchk checks the crc checksum for a record block
410 * Record block may be written by different nodes in a multi-owner diskset
414 * checksum for same record block causing the exclusive-or of all record block
415 * checksums and data block record sums to be non-zero after new master writes
416 * at least one record block.
624 * go through and find highest logical block
675 /* locator block sectors */
684 /* locator block devic
1459 writeall( mddb_set_t *s, caddr_t buffer, mddb_block_t block, int cnt, int master_only ) argument
[all...]

Completed in 75 milliseconds

123456