Home
last modified time | relevance | path

Searched refs:nmap (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/netdevsim/
A Dbpf.c374 mutex_lock(&nmap->mutex); in nsim_map_get_next_key()
404 mutex_lock(&nmap->mutex); in nsim_map_lookup_elem()
470 memset(&nmap->entry[idx], 0, sizeof(nmap->entry[idx])); in nsim_map_delete_elem()
499 nmap = kzalloc(sizeof(*nmap), GFP_USER); in nsim_bpf_map_alloc()
500 if (!nmap) in nsim_bpf_map_alloc()
503 offmap->dev_priv = nmap; in nsim_bpf_map_alloc()
504 nmap->ns = ns; in nsim_bpf_map_alloc()
505 nmap->map = offmap; in nsim_bpf_map_alloc()
531 kfree(nmap); in nsim_bpf_map_alloc()
544 list_del_init(&nmap->l); in nsim_bpf_map_free()
[all …]
/linux/fs/xfs/libxfs/
A Dxfs_attr_remote.c390 int nmap; in xfs_attr_rmtval_get() local
409 ASSERT(nmap >= 1); in xfs_attr_rmtval_get()
482 int nmap; in xfs_attr_rmtval_set_value() local
502 nmap = 1; in xfs_attr_rmtval_set_value()
508 ASSERT(nmap == 1); in xfs_attr_rmtval_set_value()
606 int nmap; in xfs_attr_rmtval_set_blk() local
609 nmap = 1; in xfs_attr_rmtval_set_blk()
612 map, &nmap); in xfs_attr_rmtval_set_blk()
616 ASSERT(nmap == 1); in xfs_attr_rmtval_set_blk()
646 int nmap; in xfs_attr_rmtval_invalidate() local
[all …]
A Dxfs_da_btree.c2159 nmap = 1; in xfs_da_grow_inode_int()
2166 ASSERT(nmap <= 1); in xfs_da_grow_inode_int()
2167 if (nmap == 1) { in xfs_da_grow_inode_int()
2187 if (nmap < 1) in xfs_da_grow_inode_int()
2189 mapi += nmap; in xfs_da_grow_inode_int()
2592 int nmap = 1; in xfs_da_get_buf() local
2629 int nmap = 1; in xfs_da_read_buf() local
2634 if (error || !nmap) in xfs_da_read_buf()
2667 int nmap; in xfs_da_reada_buf() local
2671 nmap = 1; in xfs_da_reada_buf()
[all …]
A Dxfs_bmap.h186 int *nmap, int flags);
189 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
A Dxfs_rtbitmap.c64 int nmap = 1; in xfs_rtbuf_get() local
69 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0); in xfs_rtbuf_get()
73 if (XFS_IS_CORRUPT(mp, nmap == 0 || !xfs_bmap_is_written_extent(&map))) in xfs_rtbuf_get()
A Dxfs_bmap.c490 int nmap, in xfs_bmap_validate_ret() argument
495 ASSERT(ret_nmap <= nmap); in xfs_bmap_validate_ret()
3866 int *nmap, in xfs_bmapi_read() argument
3880 ASSERT(*nmap >= 1); in xfs_bmapi_read()
3928 if (bno >= end || n >= *nmap) in xfs_bmapi_read()
3935 *nmap = n; in xfs_bmapi_read()
4345 orig_nmap = *nmap; in xfs_bmapi_write()
4348 ASSERT(*nmap >= 1); in xfs_bmapi_write()
4468 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap) in xfs_bmapi_write()
4476 *nmap = n; in xfs_bmapi_write()
[all …]
/linux/fs/xfs/scrub/
A Drtbitmap.c67 int nmap; in xchk_rtbitmap_check_extents() local
76 nmap = 1; in xchk_rtbitmap_check_extents()
78 mp->m_sb.sb_rbmblocks - off, &map, &nmap, in xchk_rtbitmap_check_extents()
83 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtbitmap_check_extents()
/linux/fs/xfs/
A Dxfs_attr_inactive.c40 int nmap; in xfs_attr3_rmt_stale() local
51 nmap = 1; in xfs_attr3_rmt_stale()
53 &map, &nmap, XFS_BMAPI_ATTRFORK); in xfs_attr3_rmt_stale()
56 if (XFS_IS_CORRUPT(dp->i_mount, nmap != 1)) in xfs_attr3_rmt_stale()
A Dxfs_rtalloc.c779 int nmap; /* number of block maps */ in xfs_growfs_rt_alloc() local
815 nmap = 1; in xfs_growfs_rt_alloc()
817 XFS_BMAPI_METADATA, 0, &map, &nmap); in xfs_growfs_rt_alloc()
818 if (!error && nmap < 1) in xfs_growfs_rt_alloc()
/linux/drivers/infiniband/core/
A Dumem_dmabuf.c21 unsigned int nmap = 0; in ib_umem_dmabuf_map_pages() local
40 nmap++; in ib_umem_dmabuf_map_pages()
62 umem_dmabuf->umem.sgt_append.sgt.nents = nmap; in ib_umem_dmabuf_map_pages()
/linux/tools/testing/selftests/wireguard/qemu/
A DMakefile49 $(eval $(call tar_download,NMAP,nmap,7.80,.tar.bz2,https://nmap.org/dist/,fcfa5a0e42099e12e4bf7a68e…
362 …ith-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-op…

Completed in 35 milliseconds