Searched refs:ondisk (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/md/bcache/ |
| H A 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.15/fs/xfs/scrub/ |
| H A D | rtsummary_repair.c | 76 union xfs_suminfo_raw *ondisk; in xrep_rtsummary_prep_buf() local 83 ondisk = xfs_rsumblock_infoptr(&rts->args, 0); in xrep_rtsummary_prep_buf() 86 error = xfsum_copyout(sc, rts->prep_wordoff, ondisk, mp->m_blockwsize); in xrep_rtsummary_prep_buf()
|
| H A D | rtbitmap_repair.c | 369 union xfs_rtword_raw *ondisk; in xrep_rtbitmap_prep_buf() local 375 ondisk = xfs_rbmblock_wordptr(&rtb->args, 0); in xrep_rtbitmap_prep_buf() 378 error = xfbmp_copyout(rtb, rtb->prep_wordoff, ondisk, in xrep_rtbitmap_prep_buf()
|
| /linux-6.15/drivers/block/ |
| H A D | rbd.c | 945 if (ondisk->options.order < SECTOR_SHIFT) in rbd_dev_ondisk_valid() 1012 struct rbd_image_header_ondisk *ondisk, in rbd_header_from_disk() argument 1027 sizeof(ondisk->object_prefix), in rbd_header_from_disk() 1039 snapc->seq = le64_to_cpu(ondisk->snap_seq); in rbd_header_from_disk() 1069 snaps = ondisk->snaps; in rbd_header_from_disk() 4891 kfree(ondisk); in rbd_dev_v1_header_info() 4893 size = sizeof (*ondisk); in rbd_dev_v1_header_info() 4896 ondisk = kmalloc(size, GFP_KERNEL); in rbd_dev_v1_header_info() 4897 if (!ondisk) in rbd_dev_v1_header_info() 4910 if (!rbd_dev_ondisk_valid(ondisk)) { in rbd_dev_v1_header_info() [all …]
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 510 compared the shadow records to the ondisk records. 541 ondisk structure. 943 supposed to be found at the ondisk address. 2449 reservations pin the tail of the ondisk log. 3005 careful to access the ondisk metadata *only* when the ondisk metadata is so 3010 update to the ondisk location. 3303 require ondisk updates: 3312 the ondisk metadata and freeing the inode. 3614 ondisk buffer. 3864 memory to stage ondisk space usage information. [all …]
|
| H A D | xfs-maintainer-entry-profile.rst | 160 - Changes to the on-disk format of XFS must be described in the ondisk
|