Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drtbitmap.c50 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 Dtrace.h738 __field(xfs_extlen_t, blockcount)
745 __entry->blockcount = irec->rc_blockcount;
752 __entry->blockcount,
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_refcount.c1136 xfs_extlen_t blockcount, in xfs_refcount_finish_one() argument
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() argument
[all …]
H A Dxfs_refcount.h41 xfs_extlen_t blockcount, xfs_fsblock_t *new_fsb,
H A Dxfs_rmap.c2360 xfs_filblks_t blockcount, in xfs_rmap_finish_one() argument
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()
H A Dxfs_rmap.h181 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
H A Dxfs_bmap.h269 xfs_filblks_t *blockcount, xfs_exntst_t state);
H A Dxfs_bmap.c5660 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() argument
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()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drpmb.c57 static int mmc_set_blockcount(struct mmc *mmc, unsigned int blockcount, in mmc_set_blockcount() argument
63 cmd.cmdarg = blockcount & 0x0000FFFF; in mmc_set_blockcount()
/OK3568_Linux_fs/kernel/drivers/usb/atm/
H A 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()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_bmap_item.c243 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() argument
249 startblock, blockcount, state); in xfs_trans_log_finish_bmap_update()
H A Dxfs_refcount_item.c245 xfs_extlen_t blockcount, in xfs_trans_log_finish_refcount_update() argument
253 blockcount, new_fsb, new_len, pcur); in xfs_trans_log_finish_refcount_update()
H A 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()
H A Dxfs_trace.h232 __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;
1343 __entry->blockcount)
2795 __field(xfs_extlen_t, blockcount)
2802 __entry->blockcount = irec->rc_blockcount;
2809 __entry->blockcount,
2828 __field(xfs_extlen_t, blockcount)
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Djfs.rst58 The value of minlen specifies the minimum blockcount, when
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Devent_log.h120 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Devent_log.h126 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Devent_log.h126 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Devent_log.h126 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Devent_log.h193 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Devent_log.h193 uint32 blockcount; /* Number of blocks */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcmsdstd.c4166 uint16 blockcount; in sdstd_cmd_issue() local
4174 blockcount = GFIELD(cmd_arg, CMD53_BYTE_BLK_CNT); in sdstd_cmd_issue()
4221 sdioh_info->dma_phys, blockcount*blocksize, in sdstd_cmd_issue()
4241 __FUNCTION__, blockcount, blocksize)); in sdstd_cmd_issue()
4243 sdstd_wreg16(sdioh_info, SD_BlockCount, blockcount); in sdstd_cmd_issue()
4250 if (blockcount > 1) { in sdstd_cmd_issue()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcmsdstd.c4166 uint16 blockcount; in sdstd_cmd_issue() local
4174 blockcount = GFIELD(cmd_arg, CMD53_BYTE_BLK_CNT); in sdstd_cmd_issue()
4221 sdioh_info->dma_phys, blockcount*blocksize, in sdstd_cmd_issue()
4241 __FUNCTION__, blockcount, blocksize)); in sdstd_cmd_issue()
4243 sdstd_wreg16(sdioh_info, SD_BlockCount, blockcount); in sdstd_cmd_issue()
4250 if (blockcount > 1) { in sdstd_cmd_issue()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcmsdstd.c4166 uint16 blockcount; in sdstd_cmd_issue() local
4174 blockcount = GFIELD(cmd_arg, CMD53_BYTE_BLK_CNT); in sdstd_cmd_issue()
4221 sdioh_info->dma_phys, blockcount*blocksize, in sdstd_cmd_issue()
4241 __FUNCTION__, blockcount, blocksize)); in sdstd_cmd_issue()
4243 sdstd_wreg16(sdioh_info, SD_BlockCount, blockcount); in sdstd_cmd_issue()
4250 if (blockcount > 1) { in sdstd_cmd_issue()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsdstd.c4503 uint16 blockcount; in sdstd_cmd_issue() local
4511 blockcount = GFIELD(cmd_arg, CMD53_BYTE_BLK_CNT); in sdstd_cmd_issue()
4558 sdioh_info->dma_phys, blockcount*blocksize, in sdstd_cmd_issue()
4578 __FUNCTION__, blockcount, blocksize)); in sdstd_cmd_issue()
4580 sdstd_wreg16(sdioh_info, SD_BlockCount, blockcount); in sdstd_cmd_issue()
4587 if (blockcount > 1) { in sdstd_cmd_issue()

12