/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | rtbitmap.c | 50 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local 53 blockcount = rec->ar_extcount * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 55 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec() 57 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
|
H A D | trace.h | 738 __field(xfs_extlen_t, blockcount) 745 __entry->blockcount = irec->rc_blockcount; 752 __entry->blockcount,
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | rtbitmap.c | 51 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()
|
H A D | trace.h | 758 __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,
|
/kernel/linux/linux-6.6/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, 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...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1136 xfs_extlen_t blockcount, in xfs_refcount_finish_one() 1157 blockcount); in xfs_refcount_finish_one() 1193 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1198 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1203 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1205 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount); in xfs_refcount_finish_one() 1208 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1210 error = __xfs_refcount_cow_free(rcur, bno, blockcount); in xfs_refcount_finish_one() 1218 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one() 1235 xfs_extlen_t blockcount) in __xfs_refcount_add() 1132 xfs_refcount_finish_one( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_refcount_finish_one() argument 1231 __xfs_refcount_add( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount) __xfs_refcount_add() argument [all...] |
H A D | xfs_refcount.h | 41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
|
H A D | xfs_rmap.c | 2360 xfs_filblks_t blockcount, in xfs_rmap_finish_one() 2378 startoff, blockcount, state); in xfs_rmap_finish_one() 2421 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one() 2424 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2429 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2433 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2437 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one() 2441 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one() 2353 xfs_rmap_finish_one( struct xfs_trans *tp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state, struct xfs_btree_cur **pcur) xfs_rmap_finish_one() argument
|
H A D | xfs_rmap.h | 181 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
H A D | xfs_bmap.h | 269 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
H A D | xfs_bmap.c | 5660 xfs_filblks_t blockcount; in xfs_bmse_merge() local 5664 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge() 5671 new.br_blockcount = blockcount; in xfs_bmse_merge() 6184 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() 6194 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6205 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6207 *blockcount = 0; in xfs_bmap_finish_one() 6210 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one() 6177 xfs_bmap_finish_one( struct xfs_trans *tp, struct xfs_inode *ip, enum xfs_bmap_intent_type type, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t *blockcount, xfs_exntst_t state) xfs_bmap_finish_one() argument
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_refcount_item.c | 245 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() 253 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update() 240 xfs_trans_log_finish_refcount_update( struct xfs_trans *tp, struct xfs_cud_log_item *cudp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, xfs_extlen_t *new_len, struct xfs_btree_cur **pcur) xfs_trans_log_finish_refcount_update() argument
|
H A D | xfs_bmap_item.c | 243 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() 249 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update() 235 xfs_trans_log_finish_bmap_update( struct xfs_trans *tp, struct xfs_bud_log_item *budp, enum xfs_bmap_intent_type type, struct xfs_inode *ip, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t *blockcount, xfs_exntst_t state) xfs_trans_log_finish_bmap_update() argument
|
H A D | xfs_rmap_item.c | 314 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() 321 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update() 306 xfs_trans_log_finish_rmap_update( struct xfs_trans *tp, struct xfs_rud_log_item *rudp, enum xfs_rmap_intent_type type, uint64_t owner, int whichfork, xfs_fileoff_t startoff, xfs_fsblock_t startblock, xfs_filblks_t blockcount, xfs_exntst_t state, struct xfs_btree_cur **pcur) xfs_trans_log_finish_rmap_update() argument
|
H A D | xfs_trace.h | 232 __field(xfs_filblks_t, blockcount) 249 __entry->blockcount = r.br_blockcount; 263 __entry->blockcount, 1320 __field(xfs_filblks_t, blockcount) 1331 __entry->blockcount = irec ? irec->br_blockcount : 0; 1334 "fork %s startoff 0x%llx startblock %lld blockcount 0x%llx", 1343 __entry->blockcount) 2795 __field(xfs_extlen_t, blockcount) 2802 __entry->blockcount = irec->rc_blockcount; 2809 __entry->blockcount, [all...] |
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | ueagle-atm.c | 724 u8 pagecount, blockcount; in check_dsp_e1() local 744 /* enough space for blockcount? */ in check_dsp_e1() 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() local 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()
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | ueagle-atm.c | 724 u8 pagecount, blockcount; in check_dsp_e1() local 744 /* enough space for blockcount? */ in check_dsp_e1() 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() local 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_refcount.c | 1444 xfs_extlen_t blockcount) in __xfs_refcount_add() 1451 blockcount); in __xfs_refcount_add() 1458 ri->ri_blockcount = blockcount; in __xfs_refcount_add() 1440 __xfs_refcount_add( struct xfs_trans *tp, enum xfs_refcount_intent_type type, xfs_fsblock_t startblock, xfs_extlen_t blockcount) __xfs_refcount_add() argument
|
H A D | xfs_bmap.c | 5632 xfs_filblks_t blockcount; in xfs_bmse_merge() local 5636 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge() 5643 new.br_blockcount = blockcount; in xfs_bmse_merge()
|