Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drtbitmap.c52 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 Dtrace.h758 __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 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()
H A Dxfs_trace.h371 __field(xfs_filblks_t, blockcount)
388 __entry->blockcount = r.br_blockcount;
402 __entry->blockcount,
1456 __field(xfs_filblks_t, blockcount)
1479 __entry->blockcount)
2975 __field(xfs_extlen_t, blockcount)
2983 __entry->blockcount = irec->rc_blockcount;
2991 __entry->blockcount,
3011 __field(xfs_extlen_t, blockcount)
3020 __entry->blockcount = irec->rc_blockcount;
[all …]
/openbmc/u-boot/drivers/mmc/
H A Drpmb.c76 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 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()
/openbmc/linux/Documentation/admin-guide/
H A Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/openbmc/linux/fs/btrfs/
H A 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()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst59 (unsigned long long)sector, (unsigned long long)blockcount);
/openbmc/linux/fs/xfs/libxfs/
H A 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()
H A Dxfs_bmap.c5621 xfs_filblks_t blockcount; in xfs_bmse_merge() local
5625 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge()
5632 new.br_blockcount = blockcount; in xfs_bmse_merge()
/openbmc/linux/Documentation/filesystems/
H A 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.