Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Drtbitmap.c49 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local
52 blockcount = rec->ar_extcount * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec()
54 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec()
56 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
Dtrace.h738 __field(xfs_extlen_t, blockcount)
745 __entry->blockcount = irec->rc_blockcount;
752 __entry->blockcount,
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_refcount.c1081 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument
1102 blockcount); in xfs_refcount_finish_one()
1140 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1145 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one()
1150 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1152 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount); in xfs_refcount_finish_one()
1155 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one()
1157 error = __xfs_refcount_cow_free(rcur, bno, blockcount); in xfs_refcount_finish_one()
1165 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one()
1182 xfs_extlen_t blockcount) in __xfs_refcount_add() argument
[all …]
Dxfs_refcount.h41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
Dxfs_rmap.c2159 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument
2177 startoff, blockcount, state); in xfs_rmap_finish_one()
2220 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one()
2223 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2228 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2232 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one()
2236 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one()
2240 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one()
Dxfs_bmap.h264 xfs_filblks_t *blockcount, xfs_exntst_t state);
Dxfs_rmap.h181 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
Dxfs_bmap.c5584 xfs_filblks_t blockcount; in xfs_bmse_merge() local
5588 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge()
5595 new.br_blockcount = blockcount; in xfs_bmse_merge()
6132 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() argument
6142 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one()
6153 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one()
6155 *blockcount = 0; in xfs_bmap_finish_one()
6158 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
/Linux-v5.4/fs/xfs/
Dxfs_bmap_item.c245 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument
251 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
Dxfs_refcount_item.c247 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() argument
255 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
Dxfs_rmap_item.c314 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() argument
321 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
Dxfs_trace.h225 __field(xfs_filblks_t, blockcount)
242 __entry->blockcount = r.br_blockcount;
256 __entry->blockcount,
1239 __field(xfs_filblks_t, blockcount)
1250 __entry->blockcount = irec ? irec->br_blockcount : 0;
1262 __entry->blockcount)
2678 __field(xfs_extlen_t, blockcount)
2685 __entry->blockcount = irec->rc_blockcount;
2692 __entry->blockcount,
2711 __field(xfs_extlen_t, blockcount)
[all …]
/Linux-v5.4/drivers/usb/atm/
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()
/Linux-v5.4/Documentation/admin-guide/
Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/Linux-v5.4/Documentation/core-api/
Dprintk-formats.rst45 (unsigned long long)sector, (unsigned long long)blockcount);