Searched refs:ondisk (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/md/bcache/ |
D | debug.c | 34 struct bset *ondisk, *sorted, *inmemory; in bch_btree_verify() local 43 ondisk = b->c->verify_ondisk; in bch_btree_verify() 62 memcpy(ondisk, sorted, KEY_SIZE(&v->key) << 9); in bch_btree_verify() 83 for_each_written_bset(b, ondisk, i) { in bch_btree_verify() 84 unsigned int block = ((void *) i - (void *) ondisk) / in bch_btree_verify() 92 ((void *) i - (void *) ondisk) / block_bytes(b->c->cache)); in bch_btree_verify()
|
/linux-6.6.21/drivers/block/ |
D | rbd.c | 934 static bool rbd_dev_ondisk_valid(struct rbd_image_header_ondisk *ondisk) in rbd_dev_ondisk_valid() argument 940 if (memcmp(&ondisk->text, RBD_HEADER_TEXT, sizeof (RBD_HEADER_TEXT))) in rbd_dev_ondisk_valid() 945 if (ondisk->options.order < SECTOR_SHIFT) in rbd_dev_ondisk_valid() 950 if (ondisk->options.order > 8 * sizeof (int) - 1) in rbd_dev_ondisk_valid() 957 snap_count = le32_to_cpu(ondisk->snap_count); in rbd_dev_ondisk_valid() 967 if ((u64) size < le64_to_cpu(ondisk->snap_names_len)) in rbd_dev_ondisk_valid() 1012 struct rbd_image_header_ondisk *ondisk, in rbd_header_from_disk() argument 1026 object_prefix = kstrndup(ondisk->object_prefix, in rbd_header_from_disk() 1027 sizeof(ondisk->object_prefix), in rbd_header_from_disk() 1035 snap_count = le32_to_cpu(ondisk->snap_count); in rbd_header_from_disk() [all …]
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 88 Filesystems of the 20th century generally lacked any redundancy in the ondisk 389 Next, it stages the observations in a new ondisk structure and commits it 413 in-memory array prior to formatting the new ondisk structure, which is very 447 index will either have the same format as the ondisk structure or a design 456 write a new ondisk structure, and the repairs are committed atomically. 510 compared the shadow records to the ondisk records. 541 ondisk structure. 608 automated fuzz testing of ondisk artifacts to find mischievous behavior and 937 ondisk block header to record a magic number, a checksum, a universally 938 "unique" identifier (UUID), an owner code, the ondisk address of the block, [all …]
|
D | xfs-maintainer-entry-profile.rst | 160 - Changes to the on-disk format of XFS must be described in the ondisk
|