/linux-6.1.9/fs/xfs/scrub/ |
D | rtbitmap.c | 50 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local 53 blockcount = rec->ar_extcount * mp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 55 if (!xfs_verify_rtext(mp, startblock, blockcount)) in xchk_rtbitmap_rec()
|
D | trace.h | 744 __field(xfs_extlen_t, blockcount) 751 __entry->blockcount = irec->rc_blockcount; 758 __entry->blockcount,
|
/linux-6.1.9/fs/xfs/ |
D | xfs_notify_failure.c | 28 xfs_extlen_t blockcount; member 61 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt() 153 notify.blockcount = agend - ri_low.rm_startblock; in xfs_dax_notify_ddev_failure()
|
D | xfs_bmap_item.c | 254 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument 260 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
D | xfs_refcount_item.c | 257 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() argument 265 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
|
D | xfs_rmap_item.c | 301 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() argument 308 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
|
D | xfs_trace.h | 362 __field(xfs_filblks_t, blockcount) 379 __entry->blockcount = r.br_blockcount; 393 __entry->blockcount, 1455 __field(xfs_filblks_t, blockcount) 1466 __entry->blockcount = irec ? irec->br_blockcount : 0; 1478 __entry->blockcount) 2933 __field(xfs_extlen_t, blockcount) 2941 __entry->blockcount = irec->rc_blockcount; 2949 __entry->blockcount, 2969 __field(xfs_extlen_t, blockcount) [all …]
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_refcount.c | 1218 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument 1238 blockcount); in xfs_refcount_finish_one() 1271 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1280 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1289 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1291 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount); in xfs_refcount_finish_one() 1294 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1296 error = __xfs_refcount_cow_free(rcur, bno, blockcount); in xfs_refcount_finish_one() 1304 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one() 1318 xfs_extlen_t blockcount) in __xfs_refcount_add() argument [all …]
|
D | xfs_refcount.h | 79 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
|
D | xfs_bmap.h | 240 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
D | xfs_rmap.c | 2398 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument 2415 startoff, blockcount, state); in xfs_rmap_finish_one() 2458 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one() 2461 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2466 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2470 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2474 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one() 2478 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one()
|
D | xfs_rmap.h | 184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_bmap.c | 5634 xfs_filblks_t blockcount; in xfs_bmse_merge() local 5638 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge() 5645 new.br_blockcount = blockcount; in xfs_bmse_merge() 6152 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() argument 6162 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6173 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6175 *blockcount = 0; in xfs_bmap_finish_one() 6178 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/linux-6.1.9/drivers/usb/atm/ |
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()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | jfs.rst | 58 The value of minlen specifies the minimum blockcount, when
|
/linux-6.1.9/fs/btrfs/ |
D | file-item.c | 656 unsigned int blockcount; in btrfs_csum_one_bio() local 698 blockcount = BTRFS_BYTES_TO_BLKS(fs_info, in btrfs_csum_one_bio() 702 for (i = 0; i < blockcount; i++) { in btrfs_csum_one_bio()
|
/linux-6.1.9/Documentation/translations/zh_CN/core-api/ |
D | printk-formats.rst | 59 (unsigned long long)sector, (unsigned long long)blockcount);
|