/Linux-v4.19/fs/xfs/scrub/ |
D | rtbitmap.c | 56 xfs_rtblock_t blockcount; in xchk_rtbitmap_rec() local 59 blockcount = rec->ar_extcount * tp->t_mountp->m_sb.sb_rextsize; in xchk_rtbitmap_rec() 61 if (startblock + blockcount <= startblock || in xchk_rtbitmap_rec() 63 !xfs_verify_rtbno(sc->mp, startblock + blockcount - 1)) in xchk_rtbitmap_rec()
|
D | trace.h | 567 __field(xfs_extlen_t, blockcount) 574 __entry->blockcount = irec->rc_blockcount; 581 __entry->blockcount,
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_refcount.c | 1083 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument 1104 blockcount); in xfs_refcount_finish_one() 1142 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1147 error = xfs_refcount_adjust(rcur, bno, blockcount, &new_agbno, in xfs_refcount_finish_one() 1152 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1154 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount); in xfs_refcount_finish_one() 1157 *new_fsb = startblock + blockcount; in xfs_refcount_finish_one() 1159 error = __xfs_refcount_cow_free(rcur, bno, blockcount); in xfs_refcount_finish_one() 1167 bno, blockcount, new_agbno, *new_len); in xfs_refcount_finish_one() 1184 xfs_extlen_t blockcount) in __xfs_refcount_add() argument [all …]
|
D | xfs_refcount.h | 41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
|
D | xfs_rmap.c | 2167 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument 2185 startoff, blockcount, state); in xfs_rmap_finish_one() 2228 error = xfs_rmap_map(rcur, bno, blockcount, unwritten, &oinfo); in xfs_rmap_finish_one() 2231 error = xfs_rmap_map_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2236 error = xfs_rmap_unmap(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2240 error = xfs_rmap_unmap_shared(rcur, bno, blockcount, unwritten, in xfs_rmap_finish_one() 2244 error = xfs_rmap_convert(rcur, bno, blockcount, !unwritten, in xfs_rmap_finish_one() 2248 error = xfs_rmap_convert_shared(rcur, bno, blockcount, in xfs_rmap_finish_one()
|
D | xfs_bmap.h | 257 xfs_filblks_t *blockcount, xfs_exntst_t state);
|
D | xfs_rmap.h | 204 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_bmap.c | 5508 xfs_filblks_t blockcount; in xfs_bmse_merge() local 5512 blockcount = left->br_blockcount + got->br_blockcount; in xfs_bmse_merge() 5519 new.br_blockcount = blockcount; in xfs_bmse_merge() 6053 xfs_filblks_t *blockcount, in xfs_bmap_finish_one() argument 6063 ip->i_ino, whichfork, startoff, *blockcount, state); in xfs_bmap_finish_one() 6074 error = xfs_bmapi_remap(tp, ip, startoff, *blockcount, in xfs_bmap_finish_one() 6076 *blockcount = 0; in xfs_bmap_finish_one() 6079 error = __xfs_bunmapi(tp, ip, startoff, blockcount, in xfs_bmap_finish_one()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trans.h | 256 xfs_fsblock_t startblock, xfs_filblks_t blockcount, 268 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb, 280 xfs_fsblock_t startblock, xfs_filblks_t *blockcount,
|
D | xfs_trans_refcount.c | 47 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() argument 55 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
|
D | xfs_trans_bmap.c | 51 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument 57 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
|
D | xfs_trans_rmap.c | 89 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update() argument 96 startblock, blockcount, state, pcur); in xfs_trans_log_finish_rmap_update()
|
D | xfs_trace.h | 220 __field(xfs_filblks_t, blockcount) 237 __entry->blockcount = r.br_blockcount; 251 __entry->blockcount, 1221 __field(xfs_filblks_t, blockcount) 1232 __entry->blockcount = irec ? irec->br_blockcount : 0; 1244 __entry->blockcount) 2653 __field(xfs_extlen_t, blockcount) 2660 __entry->blockcount = irec->rc_blockcount; 2667 __entry->blockcount, 2686 __field(xfs_extlen_t, blockcount) [all …]
|
/Linux-v4.19/drivers/mmc/core/ |
D | core.h | 121 int mmc_set_blockcount(struct mmc_card *card, unsigned int blockcount,
|
D | core.c | 2416 int mmc_set_blockcount(struct mmc_card *card, unsigned int blockcount, in mmc_set_blockcount() argument 2422 cmd.arg = blockcount & 0x0000FFFF; in mmc_set_blockcount()
|
/Linux-v4.19/drivers/usb/atm/ |
D | ueagle-atm.c | 768 u8 pagecount, blockcount; in check_dsp_e1() local 793 blockcount = FW_GET_BYTE(dsp + pp); in check_dsp_e1() 796 for (j = 0; j < blockcount; j++) { in check_dsp_e1() 950 u8 pagecount, blockcount; in uea_load_page_e1() local 978 blockcount = FW_GET_BYTE(p); in uea_load_page_e1() 982 "sending %u blocks for DSP page %u\n", blockcount, pageno); in uea_load_page_e1() 988 for (i = 0; i < blockcount; i++) { in uea_load_page_e1() 997 bi.wLast = cpu_to_le16((i == blockcount - 1) ? 1 : 0); in uea_load_page_e1()
|
/Linux-v4.19/Documentation/filesystems/ |
D | jfs.txt | 44 The value of minlen specifies the minimum blockcount, when
|
/Linux-v4.19/Documentation/core-api/ |
D | printk-formats.rst | 37 (unsigned long long)sector, (unsigned long long)blockcount);
|