Searched refs:blockcount (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 52 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local 55 blockcount = rec->ar_extcount * mp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 57 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
|
H A D | trace.h | 758 __field(xfs_extlen_t, blockcount) 767 __entry->blockcount = irec->rc_blockcount; 776 __entry->blockcount, 1188 __field(xfs_extlen_t, blockcount) 1195 __entry->blockcount = irec->rc_blockcount; 1202 __entry->blockcount,
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_notify_failure.c | 28 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()
|
H A D | xfs_trace.h | 371 __field(xfs_filblks_t, blockcount) 388 __entry->blockcount = r.br_blockcount; 402 __entry->blockcount, 1451 __field(xfs_filblks_t, blockcount) 1474 __entry->blockcount) 2970 __field(xfs_extlen_t, blockcount) 2978 __entry->blockcount = irec->rc_blockcount; 2986 __entry->blockcount, 3006 __field(xfs_extlen_t, blockcount) 3015 __entry->blockcount = irec->rc_blockcount; [all …]
|
/openbmc/u-boot/drivers/mmc/ |
H A D | rpmb.c | 76 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount() argument 82 cmd.cmdarg = blockcount & 0x0000FFFF; in mmc_set_blockcount()
|
/openbmc/linux/drivers/usb/atm/ |
H A D | ueagle-atm.c | 724 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()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 58 The value of minlen specifies the minimum blockcount, when
|
/openbmc/linux/fs/btrfs/ |
H A D | file-item.c | 744 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()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-formats.rst | 59 (unsigned long long)sector, (unsigned long long)blockcount);
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1444 xfs_extlen_t blockcount) in __xfs_refcount_add() argument 1451 blockcount); in __xfs_refcount_add() 1458 ri->ri_blockcount = blockcount; in __xfs_refcount_add()
|
H A D | xfs_bmap.c | 5709 xfs_filblks_t blockcount; in xfs_bmse_merge() local 5713 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge() 5720 new.br_blockcount = blockcount; in xfs_bmse_merge()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 4114 offset ranges: ``(inode1, startoff1, blockcount)`` and ``(inode2, startoff2, 4115 blockcount)``. 4119 and the blockcount field is decremented to reflect the progress made.
|