Home
last modified time | relevance | path

Searched refs:blockcount (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dcow_repair.c90 xfs_filblks_t blockcount) in xrep_cow_mark_file_range() argument
98 blockcount); in xrep_cow_mark_file_range()
100 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range()
445 xfs_extlen_t *blockcount) in xrep_cow_replace_range() argument
462 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range()
492 *blockcount = repl.len; in xrep_cow_replace_range()
503 uint64_t blockcount, in xrep_cow_replace() argument
509 while (blockcount > 0) { in xrep_cow_replace()
510 xfs_extlen_t len = min_t(xfs_filblks_t, blockcount, in xrep_cow_replace()
517 blockcount -= len; in xrep_cow_replace()
Drtbitmap.c83 xfs_filblks_t blockcount; in xchk_rtbitmap_rec() local
86 blockcount = xfs_rtx_to_rtb(mp, rec->ar_extcount); in xchk_rtbitmap_rec()
88 if (!xfs_verify_rtbext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
Dbmap_repair.c99 xfs_filblks_t blockcount) in xrep_bmap_discover_shared() argument
108 error = xfs_refcount_find_shared(sc->sa.refc_cur, agbno, blockcount, in xrep_bmap_discover_shared()
125 xfs_filblks_t blockcount, in xrep_bmap_from_rmap() argument
143 error = xrep_bmap_discover_shared(rb, startblock, blockcount); in xrep_bmap_from_rmap()
151 irec.br_blockcount = min_t(xfs_filblks_t, blockcount, in xrep_bmap_from_rmap()
173 blockcount -= irec.br_blockcount; in xrep_bmap_from_rmap()
174 } while (blockcount > 0); in xrep_bmap_from_rmap()
Dtrace.h466 __field(xfs_filblks_t, blockcount)
476 __entry->blockcount = cursor->bmap.br_blockcount;
487 __entry->blockcount,
933 __field(xfs_extlen_t, blockcount)
942 __entry->blockcount = irec->rc_blockcount;
951 __entry->blockcount,
2033 __field(xfs_extlen_t, blockcount)
2039 __entry->blockcount = rec->ar_blockcount;
2045 __entry->blockcount)
2088 __field(xfs_extlen_t, blockcount)
[all …]
Drmap_repair.c212 xfs_extlen_t blockcount, in xrep_rmap_stash() argument
219 .rm_blockcount = blockcount, in xrep_rmap_stash()
1565 p->blockcount, &p->oinfo, p->unwritten); in xrep_rmapbt_live_update()
Dtempfile.c533 req->blockcount = XFS_MAX_FILEOFF; in xrep_tempexch_prep_request()
/linux-6.12.1/fs/xfs/
Dxfs_notify_failure.c29 xfs_extlen_t blockcount; member
62 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt()
221 notify.blockcount = range_agend + 1 - ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
Dxfs_exchrange.c200 .blockcount = XFS_B_TO_FSB(mp, fxr->length), in xfs_exchrange_mappings()
220 req.blockcount = xfs_rtb_roundup_rtx(mp, req.blockcount); in xfs_exchrange_mappings()
Dxfs_trace.h389 __field(xfs_filblks_t, blockcount)
406 __entry->blockcount = r.br_blockcount;
420 __entry->blockcount,
1470 __field(xfs_filblks_t, blockcount)
1481 __entry->blockcount = irec ? irec->br_blockcount : 0;
1493 __entry->blockcount)
3239 __field(xfs_extlen_t, blockcount)
3247 __entry->blockcount = irec->rc_blockcount;
3255 __entry->blockcount,
3274 __field(xfs_extlen_t, blockcount)
[all …]
Dxfs_exchmaps_item.c397 req->blockcount = xlf->xmi_blockcount; in xfs_xmi_item_recover_intent()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_exchmaps.c909 xfs_filblks_t blockcount; in xmi_next() local
914 blockcount = XFS_MAX_FILEOFF - off; in xmi_next()
915 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next()
964 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip1->i_disk_size)) in xmi_can_exchange_reflink_flags()
966 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip2->i_disk_size)) in xmi_can_exchange_reflink_flags()
987 xmi->xmi_blockcount = req->blockcount; in xfs_exchmaps_init_intent()
1228 if (req->blockcount == 0) in xfs_exchange_mappings()
Dxfs_exchmaps.h57 xfs_filblks_t blockcount; member
Dxfs_rmap.h253 xfs_extlen_t blockcount; member
Dxfs_refcount.c1428 xfs_extlen_t blockcount) in __xfs_refcount_add() argument
1437 ri->ri_blockcount = blockcount; in __xfs_refcount_add()
Dxfs_rmap.c841 xfs_extlen_t blockcount, in xfs_rmap_update_hook() argument
848 .blockcount = blockcount, in xfs_rmap_update_hook()
Dxfs_bmap.c5741 xfs_filblks_t blockcount; in xfs_bmse_merge() local
5745 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge()
5751 new.br_blockcount = blockcount; in xfs_bmse_merge()
/linux-6.12.1/drivers/usb/atm/
Dueagle-atm.c724 u8 pagecount, blockcount; in check_dsp_e1() local
749 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1()
752 for (j = 0; j < blockcount; j++) { in check_dsp_e1()
906 u8 pagecount, blockcount; in uea_load_page_e1() local
934 blockcount = FW_GET_BYTE(p); in uea_load_page_e1()
938 "sending %u blocks for DSP page %u\n", blockcount, pageno); in uea_load_page_e1()
944 for (i = 0; i < blockcount; i++) { in uea_load_page_e1()
953 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0); in uea_load_page_e1()
/linux-6.12.1/Documentation/admin-guide/
Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/linux-6.12.1/fs/btrfs/
Dfile-item.c755 unsigned int blockcount; in btrfs_csum_one_bio() local
776 blockcount = BTRFS_BYTES_TO_BLKS(fs_info, in btrfs_csum_one_bio()
780 for (i = 0; i < blockcount; i++) { in btrfs_csum_one_bio()
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst59 (unsigned long long)sector, (unsigned long long)blockcount);
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst4109 offset ranges: ``(inode1, startoff1, blockcount)`` and ``(inode2, startoff2,
4110 blockcount)``.
4114 incremented and the blockcount field is decremented to reflect the progress