| /linux/drivers/net/netdevsim/ |
| A D | bpf.c | 372 mutex_lock(&nmap->mutex); in nsim_map_get_next_key() 402 mutex_lock(&nmap->mutex); in nsim_map_lookup_elem() 468 memset(&nmap->entry[idx], 0, sizeof(nmap->entry[idx])); in nsim_map_delete_elem() 497 nmap = kzalloc(sizeof(*nmap), GFP_KERNEL_ACCOUNT); in nsim_bpf_map_alloc() 498 if (!nmap) in nsim_bpf_map_alloc() 501 offmap->dev_priv = nmap; in nsim_bpf_map_alloc() 502 nmap->ns = ns; in nsim_bpf_map_alloc() 503 nmap->map = offmap; in nsim_bpf_map_alloc() 529 kfree(nmap); in nsim_bpf_map_alloc() 542 list_del_init(&nmap->l); in nsim_bpf_map_free() [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_attr_remote.c | 405 int nmap; in xfs_attr_rmtval_get() local 420 blkcnt, map, &nmap, in xfs_attr_rmtval_get() 424 ASSERT(nmap >= 1); in xfs_attr_rmtval_get() 498 int nmap; in xfs_attr_rmtval_set_value() local 518 nmap = 1; in xfs_attr_rmtval_set_value() 524 ASSERT(nmap == 1); in xfs_attr_rmtval_set_value() 629 int nmap; in xfs_attr_rmtval_set_blk() local 632 nmap = 1; in xfs_attr_rmtval_set_blk() 636 map, &nmap); in xfs_attr_rmtval_set_blk() 669 int nmap; in xfs_attr_rmtval_invalidate() local [all …]
|
| A D | xfs_da_btree.c | 2314 nmap = 1; in xfs_da_grow_inode_int() 2317 args->total, &map, &nmap); in xfs_da_grow_inode_int() 2330 nmap = min(XFS_BMAP_MAX_NMAP, c); in xfs_da_grow_inode_int() 2336 mapi += nmap; in xfs_da_grow_inode_int() 2787 int nmap = 1; in xfs_da_get_buf() local 2792 if (error || nmap == 0) in xfs_da_get_buf() 2824 int nmap = 1; in xfs_da_read_buf() local 2829 if (error || !nmap) in xfs_da_read_buf() 2864 int nmap; in xfs_da_reada_buf() local 2868 nmap = 1; in xfs_da_reada_buf() [all …]
|
| A D | xfs_bmap.h | 198 int *nmap, uint32_t flags); 201 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
|
| A D | xfs_rtbitmap.c | 87 int nmap = 1; in xfs_rtbuf_get() local 117 error = xfs_bmapi_read(ip, block, 1, &map, &nmap, 0); in xfs_rtbuf_get() 121 if (XFS_IS_CORRUPT(mp, nmap == 0 || !xfs_bmap_is_written_extent(&map))) { in xfs_rtbuf_get() 1232 int nmap = 1; in xfs_rtfile_alloc_blocks() local 1249 XFS_BMAPI_METADATA, 0, map, &nmap); in xfs_rtfile_alloc_blocks()
|
| A D | xfs_bmap.c | 515 int nmap, in xfs_bmap_validate_ret() argument 520 ASSERT(ret_nmap <= nmap); in xfs_bmap_validate_ret() 3932 int *nmap, in xfs_bmapi_read() argument 3946 ASSERT(*nmap >= 1); in xfs_bmapi_read() 3998 if (bno >= end || n >= *nmap) in xfs_bmapi_read() 4005 *nmap = n; in xfs_bmapi_read() 4421 orig_nmap = *nmap; in xfs_bmapi_write() 4424 ASSERT(*nmap >= 1); in xfs_bmapi_write() 4558 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap) in xfs_bmapi_write() 4588 ASSERT(bma.nallocs >= *nmap); in xfs_bmapi_write() [all …]
|
| /linux/fs/xfs/ |
| A D | xfs_attr_inactive.c | 41 int nmap; in xfs_attr3_rmt_stale() local 52 nmap = 1; in xfs_attr3_rmt_stale() 54 &map, &nmap, XFS_BMAPI_ATTRFORK); in xfs_attr3_rmt_stale() 57 if (XFS_IS_CORRUPT(dp->i_mount, nmap != 1)) in xfs_attr3_rmt_stale()
|
| /linux/fs/xfs/scrub/ |
| A D | rtbitmap.c | 114 int nmap = 1; in xchk_rtbitmap_check_extents() local 121 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtbitmap_check_extents() 126 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtbitmap_check_extents()
|
| A D | rtsummary.c | 245 int nmap = 1; in xchk_rtsum_compare() local 253 error = xfs_bmapi_read(ip, off, endoff - off, &map, &nmap, in xchk_rtsum_compare() 258 if (nmap != 1 || !xfs_bmap_is_written_extent(&map)) { in xchk_rtsum_compare()
|
| A D | quota_repair.c | 432 int nmap = 1; in xrep_quota_data_fork() local 441 XFS_BMAPI_CONVERT, 0, &nrec, &nmap); in xrep_quota_data_fork()
|
| A D | attr_repair.c | 890 int nmap; in xrep_xattr_recover() local 901 nmap = 1; in xrep_xattr_recover() 903 &got, &nmap, XFS_BMAPI_ATTRFORK); in xrep_xattr_recover() 906 if (nmap != 1) in xrep_xattr_recover()
|
| A D | dir_repair.c | 955 int nmap; in xrep_dir_recover() local 964 nmap = 1; in xrep_dir_recover() 966 &got, &nmap, 0); in xrep_dir_recover() 969 if (nmap != 1) in xrep_dir_recover()
|
| /linux/drivers/infiniband/core/ |
| A D | umem_dmabuf.c | 20 unsigned int nmap = 0; in ib_umem_dmabuf_map_pages() local 44 nmap++; in ib_umem_dmabuf_map_pages() 66 umem_dmabuf->umem.sgt_append.sgt.nents = nmap; in ib_umem_dmabuf_map_pages()
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| A D | Makefile | 44 $(eval $(call tar_download,NMAP,nmap,7.92,.tgz,https://nmap.org/dist/,064183ea642dc4c12b1ab3b5358ce… 441 …ith-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-op…
|