Searched refs:bmap (Results 51 - 75 of 122) sorted by relevance

12345

/linux-master/fs/xfs/
H A DMakefile155 bmap.o \
/linux-master/arch/riscv/kernel/
H A Dcpufeature.c66 const unsigned long *bmap = (isa_bitmap) ? isa_bitmap : riscv_isa; local
71 return test_bit(bit, bmap) ? true : false;
/linux-master/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.h125 unsigned long bmap[]; member in struct:cxgbi_ppm_pool
/linux-master/drivers/mfd/
H A Ddln2.c81 DECLARE_BITMAP(bmap, DLN2_MAX_RX_SLOTS);
362 *slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS);
367 set_bit(*slot, rxs->bmap);
404 clear_bit(slot, rxs->bmap);
/linux-master/fs/jfs/
H A Dsuper.c128 buf->f_blocks = sbi->bmap->db_mapsize;
129 buf->f_bfree = sbi->bmap->db_nfree;
130 buf->f_bavail = sbi->bmap->db_nfree;
141 ((sbi->bmap->db_nfree >> imap->im_l2nbperiext)
H A Djfs_imap.c1359 dn_numag = JFS_SBI(pip->i_sb)->bmap->db_numag;
1363 if (atomic_read(&JFS_SBI(pip->i_sb)->bmap->db_active[agno])) {
1704 int maxag = JFS_SBI(imap->im_ipimap->i_sb)->bmap->db_maxag;
2253 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1;
2849 struct bmap *mp = JFS_SBI(ipbmap->i_sb)->bmap;
/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c763 unsigned long *bmap = vcpu->kvm->arch.pmu_filter; local
787 if (!bmap)
795 byte = bitmap_get_value8(bmap, base + i);
798 byte = bitmap_get_value8(bmap, 0x4000 + base + i);
/linux-master/drivers/dma/idxd/
H A Ddevice.c754 unsigned long *bmap; local
762 bmap = bitmap_zalloc(size, GFP_KERNEL);
763 if (!bmap) {
782 evl->bmap = bmap;
803 bitmap_free(bmap);
833 bitmap_free(evl->bmap);
H A Didxd.h303 unsigned long *bmap; member in struct:idxd_evl
734 void multi_u64_to_bmap(unsigned long *bmap, u64 *val, int count);
H A Dirq.c318 if (test_bit(index, evl->bmap)) {
319 clear_bit(index, evl->bmap);
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c203 bitmap_clear(vk->bmap, start, nbits);
278 if (test_bit(vk->msg_id, vk->bmap)) {
283 bitmap_set(vk->bmap, vk->msg_id, 1);
377 bit_set = test_bit(msg_id, vk->bmap);
381 "Drained: fid %u size %u msg 0x%x(seq-%x) ctx 0x%x[fd-%d] args:[0x%x 0x%x] resp %s, bmap %d\n",
904 "Could not find MsgId[0x%x] for resp func %d bmap %d\n",
906 test_bit(msg_id, vk->bmap));
H A Dbcm_vk.h386 DECLARE_BITMAP(bmap, VK_MSG_ID_BITMAP_SIZE);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_ethtool.c1725 if (!test_bit(loc, adap->ethtool_filters->port[pi->port_id].bmap))
1845 if (!test_bit(cmd->fs.location, filter_info->bmap))
1860 clear_bit(cmd->fs.location, filter_info->bmap);
1894 adapter->ethtool_filters->port[pi->port_id].bmap))
1921 set_bit(cmd->fs.location, filter_info->bmap);
2232 bitmap_free(eth_filter_info[i].bmap);
2275 eth_filter->port[i].bmap = bitmap_zalloc(nentries, GFP_KERNEL);
2276 if (!eth_filter->port[i].bmap) {
2287 bitmap_free(eth_filter->port[i].bmap);
/linux-master/fs/gfs2/
H A Daops.c26 #include "bmap.h"
745 .bmap = gfs2_bmap,
757 .bmap = gfs2_bmap,
/linux-master/mm/
H A Dpage_io.c112 ret = bmap(inode, &first_block);
129 ret = bmap(inode, &block);
/linux-master/fs/hpfs/
H A Dfile.c37 * generic_file_read often calls bmap with non-existing sector,
56 if (hpfs_chk_sectors(inode->i_sb, disk_secno, 1, "bmap")) return 0;
250 .bmap = _hpfs_bmap,
/linux-master/fs/omfs/
H A Dfile.c376 .bmap = omfs_bmap,
/linux-master/fs/efs/
H A Dinode.c29 .bmap = _efs_bmap
/linux-master/fs/adfs/
H A Dinode.c85 .bmap = _adfs_bmap,
/linux-master/fs/fat/
H A Dinode.c296 sector_t bmap; local
301 err = fat_bmap(inode, iblock, &bmap, &mapped_blocks, create, true);
305 if (bmap) {
306 map_bh(bh_result, sb, bmap);
348 .bmap = _fat_bmap,
H A Dfat.h128 struct rw_semaphore truncate_lock; /* protect bmap against truncate */
320 unsigned long *mapped_blocks, sector_t *bmap);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c276 for_each_set_bit(sa_id, map->bmap, mcs->hw->sa_entries) {
292 for_each_set_bit(sa_id, map->bmap, mcs->hw->sa_entries) {
330 for_each_set_bit(sc_id, map->bmap, mcs->hw->sc_entries) {
360 for_each_set_bit(sc_id, map->bmap, mcs->hw->sc_entries) {
401 for_each_set_bit(flow_id, map->bmap, mcs->hw->tcam_entries) {
434 for_each_set_bit(secy_id, map->bmap, mcs->hw->secy_entries) {
477 for_each_set_bit(secy_id, map->bmap, mcs->hw->secy_entries) {
671 for_each_set_bit(lf, block.lf.bmap, block.lf.max) {
2118 unsigned long *bmap, char *qtype)
2126 bitmap_print_to_pagebuf(false, buf, bmap, qsiz
2117 print_nix_qctx_qsize(struct seq_file *filp, int qsize, unsigned long *bmap, char *qtype) argument
[all...]
H A Drvu_nix.c1326 unsigned long *bmap; local
1342 bmap = pfvf->cq_bmap;
1348 bmap = pfvf->sq_bmap;
1354 bmap = pfvf->rq_bmap;
1361 if (!test_bit(qidx, bmap))
2052 !test_bit(schq, txsch->schq.bmap))
2107 if (idx >= (end - start) || test_bit(schq, txsch->schq.bmap)) {
2115 set_bit(schq, txsch->schq.bmap);
2120 set_bit(schq, txsch->schq.bmap);
2128 schq = bitmap_find_next_zero_area(txsch->schq.bmap,
[all...]
/linux-master/drivers/media/mc/
H A Dmc-entity.c68 ent_enum->bmap = bitmap_zalloc(idx_max, GFP_KERNEL);
69 if (!ent_enum->bmap)
80 bitmap_free(ent_enum->bmap);
/linux-master/fs/qnx4/
H A Dinode.c279 .bmap = qnx4_bmap

Completed in 291 milliseconds

12345