Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtbitmap.c98 xfs_rtblock_t blockcount) in xchk_rtbitmap_xref() argument
108 xchk_xref_has_no_rt_owner(sc, rgbno, blockcount); in xchk_rtbitmap_xref()
109 xchk_xref_is_not_rt_shared(sc, rgbno, blockcount); in xchk_rtbitmap_xref()
110 xchk_xref_is_not_rt_cow_staging(sc, rgbno, blockcount); in xchk_rtbitmap_xref()
115 rtb->next_free_rgbno = rgbno + blockcount; in xchk_rtbitmap_xref()
129 xfs_filblks_t blockcount; in xchk_rtbitmap_rec() local
132 blockcount = xfs_rtxlen_to_extlen(rtg_mount(rtg), rec->ar_extcount); in xchk_rtbitmap_rec()
134 if (!xfs_verify_rtbext(rtg_mount(rtg), startblock, blockcount)) in xchk_rtbitmap_rec()
137 xchk_rtbitmap_xref(rtb, startblock, blockcount); in xchk_rtbitmap_rec()
H A Dcow_repair.c92 xfs_filblks_t blockcount) in xrep_cow_mark_file_range() argument
100 blockcount); in xrep_cow_mark_file_range()
102 return xoff_bitmap_set(&xc->bad_fileoffs, startoff, blockcount); in xrep_cow_mark_file_range()
549 xfs_extlen_t *blockcount) in xrep_cow_replace_range() argument
562 error = xrep_cow_find_mapping(xc, &icur, startoff, *blockcount, &got, in xrep_cow_replace_range()
600 *blockcount = rep.br_blockcount; in xrep_cow_replace_range()
611 uint64_t blockcount, in xrep_cow_replace() argument
617 while (blockcount > 0) { in xrep_cow_replace()
618 xfs_extlen_t len = min_t(xfs_filblks_t, blockcount, in xrep_cow_replace()
625 blockcount -= len; in xrep_cow_replace()
H A Drtbitmap_repair.c336 uint64_t blockcount; in xrep_rtbitmap_find_freespace() local
352 blockcount = rtg->rtg_extents * mp->m_sb.sb_rextsize; in xrep_rtbitmap_find_freespace()
353 if (rtb->next_rgbno < blockcount) { in xrep_rtbitmap_find_freespace()
354 error = xrep_rtbitmap_mark_free(rtb, blockcount); in xrep_rtbitmap_find_freespace()
H A Dtrace.h478 __field(xfs_filblks_t, blockcount)
488 __entry->blockcount = cursor->bmap.br_blockcount;
499 __entry->blockcount,
946 __field(xfs_extlen_t, blockcount)
955 __entry->blockcount = irec->rc_blockcount;
964 __entry->blockcount,
2116 __field(xfs_extlen_t, blockcount)
2122 __entry->blockcount = rec->ar_blockcount;
2128 __entry->blockcount)
2173 __field(xfs_extlen_t, blockcount)
[all …]
H A Dtempfile.c647 req->blockcount = len; in xrep_tempexch_prep_request()
/linux/fs/xfs/
H A Dxfs_verify_media.c32 xfs_extlen_t blockcount; member
50 lost->startblock + lost->blockcount; in xfs_verify_report_data_lost()
149 lost.blockcount = min(xg->xg_block_count, in xfs_verify_report_losses()
H A Dxfs_notify_failure.c34 xfs_extlen_t blockcount; member
67 end_notify = notify->startblock + notify->blockcount; in xfs_failure_pgcnt()
331 notify.blockcount = min(xg->xg_block_count, in xfs_dax_notify_dev_failure()
H A Dxfs_trace.h210 unsigned int blockcount),
211 TP_ARGS(mp, per_intent, step_size, logres, blockcount),
217 __field(unsigned int, blockcount)
224 __entry->blockcount = blockcount;
231 __entry->blockcount)
236 unsigned int step_size, unsigned int blockcount,
238 TP_ARGS(mp, per_intent, step_size, blockcount, min_logblocks, logres),
243 __field(unsigned int, blockcount)
252 __entry->blockcount = blockcount;
261 __entry->blockcount,
[all …]
H A Dxfs_fsmap.c380 xfs_extlen_t blockcount, in xfs_getfsmap_group_helper() argument
397 frec->len_daddr = XFS_FSB_TO_BB(xg->xg_mount, blockcount); in xfs_getfsmap_group_helper()
/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c911 xfs_filblks_t blockcount; in xmi_next() local
916 blockcount = XFS_MAX_FILEOFF - off; in xmi_next()
917 error = xfs_bmapi_read(ip, off, blockcount, nrec, &nimaps, bmap_flags); in xmi_next()
976 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip1->i_disk_size)) in xmi_can_exchange_reflink_flags()
978 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip2->i_disk_size)) in xmi_can_exchange_reflink_flags()
999 xmi->xmi_blockcount = req->blockcount; in xfs_exchmaps_init_intent()
1240 if (req->blockcount == 0) in xfs_exchange_mappings()
H A Dxfs_refcount.c1582 xfs_extlen_t blockcount) in __xfs_refcount_add() argument
1591 ri->ri_blockcount = blockcount; in __xfs_refcount_add()
/linux/drivers/usb/atm/
H A Dueagle-atm.c719 u8 pagecount, blockcount; in check_dsp_e1() local
744 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1()
747 for (j = 0; j < blockcount; j++) { in check_dsp_e1()
901 u8 pagecount, blockcount; in uea_load_page_e1() local
929 blockcount = FW_GET_BYTE(p); in uea_load_page_e1()
933 "sending %u blocks for DSP page %u\n", blockcount, pageno); in uea_load_page_e1()
939 for (i = 0; i < blockcount; i++) { in uea_load_page_e1()
948 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0); in uea_load_page_e1()
/linux/Documentation/admin-guide/
H A Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst59 (unsigned long long)sector, (unsigned long long)blockcount);