Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/scrub/
Drtbitmap.c51 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local
54 blockcount = rec->ar_extcount * mp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
56 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
Dtrace.h758 __field(xfs_extlen_t, blockcount)
767 __entry->blockcount = irec->rc_blockcount;
776 __entry->blockcount,
1187 __field(xfs_extlen_t, blockcount)
1194 __entry->blockcount = irec->rc_blockcount;
1201 __entry->blockcount,
/Linux-v6.6/fs/xfs/
Dxfs_notify_failure.c28 xfs_extlen_t blockcount; member
61 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt()
154 notify.blockcount = range_agend + 1 - ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
Dxfs_trace.h371 __field(xfs_filblks_t, blockcount)
388 __entry->blockcount = r.br_blockcount;
402 __entry->blockcount,
1456 __field(xfs_filblks_t, blockcount)
1467 __entry->blockcount = irec ? irec->br_blockcount : 0;
1479 __entry->blockcount)
2975 __field(xfs_extlen_t, blockcount)
2983 __entry->blockcount = irec->rc_blockcount;
2991 __entry->blockcount,
3011 __field(xfs_extlen_t, blockcount)
[all …]
/Linux-v6.6/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-v6.6/Documentation/admin-guide/
Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/Linux-v6.6/fs/btrfs/
Dfile-item.c744 unsigned int blockcount; in btrfs_csum_one_bio() local
765 blockcount = BTRFS_BYTES_TO_BLKS(fs_info, in btrfs_csum_one_bio()
769 for (i = 0; i < blockcount; i++) { in btrfs_csum_one_bio()
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Dprintk-formats.rst59 (unsigned long long)sector, (unsigned long long)blockcount);
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_refcount.c1444 xfs_extlen_t blockcount) in __xfs_refcount_add() argument
1451 blockcount); in __xfs_refcount_add()
1458 ri->ri_blockcount = blockcount; in __xfs_refcount_add()
Dxfs_bmap.c5645 xfs_filblks_t blockcount; in xfs_bmse_merge() local
5649 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge()
5656 new.br_blockcount = blockcount; in xfs_bmse_merge()
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst4114 offset ranges: ``(inode1, startoff1, blockcount)`` and ``(inode2, startoff2,
4115 blockcount)``.
4119 and the blockcount field is decremented to reflect the progress made.