| /linux/fs/xfs/scrub/ |
| H A D | rtbitmap.c | 98 xfs_rtblock_t blockcount) in xchk_rtbitmap_xref() argument 108 xchk_xref_has_no_rt_owner(sc, rgbno, blockcount); in xchk_rtbitmap_xref() 109 xchk_xref_is_not_rt_shared(sc, rgbno, blockcount); in xchk_rtbitmap_xref() 110 xchk_xref_is_not_rt_cow_staging(sc, rgbno, blockcount); in xchk_rtbitmap_xref() 115 rtb->next_free_rgbno = rgbno + blockcount; in xchk_rtbitmap_xref() 129 xfs_filblks_t blockcount; in xchk_rtbitmap_rec() local 132 blockcount = xfs_rtxlen_to_extlen(rtg_mount(rtg), rec->ar_extcount); in xchk_rtbitmap_rec() 134 if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount)) in xchk_rtbitmap_rec() 137 xchk_rtbitmap_xref(rtb, startblock, blockcount); in xchk_rtbitmap_rec()
|
| H A D | cow_repair.c | 97 xfs_filblks_t blockcount) in xrep_cow_mark_file_range() argument 105 blockcount); in xrep_cow_mark_file_range() 107 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range() 560 xfs_extlen_t *blockcount) in xrep_cow_replace_range() argument 577 nextoff = min(startoff + *blockcount, in xrep_cow_replace_range() 614 *blockcount = repl.len; in xrep_cow_replace_range() 625 uint64_t blockcount, in xrep_cow_replace() argument 631 while (blockcount > 0) { in xrep_cow_replace() 632 xfs_extlen_t len = min_t(xfs_filblks_t, blockcount, in xrep_cow_replace() 639 blockcount -= len; in xrep_cow_replace()
|
| H A D | bmap_repair.c | 101 xfs_filblks_t blockcount) in xrep_bmap_discover_shared() argument 117 error = xfs_refcount_find_shared(cur, agbno, blockcount, &fbno, &flen, in xrep_bmap_discover_shared() 134 xfs_filblks_t blockcount, in xrep_bmap_from_rmap() argument 152 error = xrep_bmap_discover_shared(rb, startblock, blockcount); in xrep_bmap_from_rmap() 160 irec.br_blockcount = min_t(xfs_filblks_t, blockcount, in xrep_bmap_from_rmap() 182 blockcount -= irec.br_blockcount; in xrep_bmap_from_rmap() 183 } while (blockcount > 0); in xrep_bmap_from_rmap()
|
| H A D | trace.h | 478 __field(xfs_filblks_t, blockcount) 488 __entry->blockcount = cursor->bmap.br_blockcount; 499 __entry->blockcount, 946 __field(xfs_extlen_t, blockcount) 955 __entry->blockcount = irec->rc_blockcount; 964 __entry->blockcount, 2124 __field(xfs_extlen_t, blockcount) 2130 __entry->blockcount = rec->ar_blockcount; 2136 __entry->blockcount) 2181 __field(xfs_extlen_t, blockcount) [all …]
|
| H A D | rtrmap_repair.c | 142 xfs_extlen_t blockcount, in xrep_rtrmap_stash() argument 149 .rm_blockcount = blockcount, in xrep_rtrmap_stash() 859 p->blockcount, &p->oinfo, p->unwritten); in xrep_rtrmapbt_live_update()
|
| H A D | rmap_repair.c | 212 xfs_extlen_t blockcount, in xrep_rmap_stash() argument 219 .rm_blockcount = blockcount, in xrep_rmap_stash() 1625 p->blockcount, &p->oinfo, p->unwritten); in xrep_rmapbt_live_update()
|
| /linux/fs/xfs/ |
| H A D | xfs_notify_failure.c | 34 xfs_extlen_t blockcount; member 67 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 331 notify.blockcount = min(xg->xg_block_count, in xfs_dax_notify_dev_failure()
|
| H A D | xfs_verify_media.c | 32 xfs_extlen_t blockcount; member 50 lost->startblock + lost->blockcount; in xfs_verify_report_data_lost() 149 lost.blockcount = min(xg->xg_block_count, in xfs_verify_report_losses()
|
| H A D | xfs_fsmap.c | 380 xfs_extlen_t blockcount, in xfs_getfsmap_group_helper() argument 397 frec->len_daddr = XFS_FSB_TO_BB(xg->xg_mount, blockcount); in xfs_getfsmap_group_helper()
|
| /linux/drivers/usb/atm/ |
| H A D | ueagle-atm.c | 725 u8 pagecount, blockcount; in check_dsp_e1() local 750 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1() 753 for (j = 0; j < blockcount; j++) { in check_dsp_e1() 907 u8 pagecount, blockcount; in uea_load_page_e1() local 935 blockcount = FW_GET_BYTE(p); in uea_load_page_e1() 939 "sending %u blocks for DSP page %u\n", blockcount, pageno); in uea_load_page_e1() 945 for (i = 0; i < blockcount; i++) { in uea_load_page_e1() 954 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0); in uea_load_page_e1()
|
| /linux/Documentation/admin-guide/ |
| H A D | jfs.rst | 58 The value of minlen specifies the minimum blockcount, when
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rmap.h | 257 xfs_extlen_t blockcount; member
|
| H A D | xfs_refcount.c | 1583 xfs_extlen_t blockcount) in __xfs_refcount_add() argument 1592 ri->ri_blockcount = blockcount; in __xfs_refcount_add()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | printk-formats.rst | 59 (unsigned long long)sector, (unsigned long long)blockcount);
|