| /linux/fs/exportfs/ |
| H A D | expfs.c | 122 struct dentry *dentry, char *nbuf) in reconnect_one() argument 140 err = exportfs_get_name(mnt, parent, nbuf, dentry); in reconnect_one() 145 dprintk("%s: found name: %s\n", __func__, nbuf); in reconnect_one() 146 tmp = lookup_one_unlocked(mnt_idmap(mnt), &QSTR(nbuf), parent); in reconnect_one() 210 reconnect_path(struct vfsmount *mnt, struct dentry *target_dir, char *nbuf) in reconnect_path() argument 220 parent = reconnect_one(mnt, dentry, nbuf); in reconnect_path() 445 char nbuf[NAME_MAX+1]; in exportfs_decode_fh_raw() local 484 err = reconnect_path(mnt, result, nbuf); in exportfs_decode_fh_raw() 535 err = reconnect_path(mnt, target_dir, nbuf); in exportfs_decode_fh_raw() 546 err = exportfs_get_name(mnt, target_dir, nbuf, result); in exportfs_decode_fh_raw() [all …]
|
| /linux/arch/sparc/prom/ |
| H A D | tree_32.c | 232 char nbuf[128]; in prom_finddevice() local 242 for (d = nbuf; *s != 0 && *s != '@' && *s != '/';) in prom_finddevice() 246 node = prom_searchsiblings(node, nbuf); in prom_finddevice() 267 node2 = prom_searchsiblings(prom_getsibling(node2), nbuf); in prom_finddevice()
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | init.c | 284 int nbuf, int ndesc, bool is_tx) in ath_descdma_setup() argument 291 name, nbuf, ndesc); in ath_descdma_setup() 307 dd->dd_desc_len = desc_len * nbuf * ndesc; in ath_descdma_setup() 342 bsize = sizeof(struct ath_buf) * nbuf; in ath_descdma_setup() 347 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) { in ath_descdma_setup() 373 bsize = sizeof(struct ath_rxbuf) * nbuf; in ath_descdma_setup() 378 for (i = 0; i < nbuf; i++, bf++, ds += (desc_len * ndesc)) { in ath_descdma_setup()
|
| H A D | ath9k.h | 79 int nbuf, int ndesc, bool is_tx);
|
| /linux/fs/ubifs/ |
| H A D | replay.c | 440 char *nbuf; in insert_dent() local 450 nbuf = kmalloc(nlen + 1, GFP_KERNEL); in insert_dent() 451 if (!nbuf) { in insert_dent() 466 memcpy(nbuf, name, nlen); in insert_dent() 467 nbuf[nlen] = '\0'; in insert_dent() 468 fname_name(&r->nm) = nbuf; in insert_dent()
|
| /linux/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mr.c | 220 if (unlikely(mr->nbuf == mr->num_buf)) in rxe_set_page() 223 err = xa_err(xa_store(&mr->page_list, mr->nbuf, page, GFP_KERNEL)); in rxe_set_page() 227 mr->nbuf++; in rxe_set_page() 237 mr->nbuf = 0; in rxe_map_mr_sg()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xsk.c | 317 void *nbuf; in alloc_iov() local 319 nbuf = realloc(iov->iov_base, len); in alloc_iov() 320 if (!nbuf) in alloc_iov() 323 iov->iov_base = nbuf; in alloc_iov()
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.c | 189 char nbuf[16]; in ext4_journal_abort_handle() local 190 const char *errstr = ext4_decode_error(NULL, err, nbuf); in ext4_journal_abort_handle()
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 121 void *nbuf; in alloc_iov() local 123 nbuf = realloc(iov->iov_base, len); in alloc_iov() 124 if (!nbuf) in alloc_iov() 127 iov->iov_base = nbuf; in alloc_iov()
|
| /linux/sound/core/ |
| H A D | info.c | 319 char *nbuf = kvzalloc(PAGE_ALIGN(next), GFP_KERNEL); in snd_info_text_entry_write() local 320 if (!nbuf) in snd_info_text_entry_write() 323 buf->buffer = nbuf; in snd_info_text_entry_write()
|
| /linux/fs/fuse/ |
| H A D | dev.c | 2297 unsigned nbuf; in fuse_dev_splice_write() local 2320 nbuf = 0; in fuse_dev_splice_write() 2334 if (WARN_ON(nbuf >= count || pipe_empty(head, tail))) in fuse_dev_splice_write() 2338 obuf = &bufs[nbuf]; in fuse_dev_splice_write() 2355 nbuf++; in fuse_dev_splice_write() 2362 cs.nr_segs = nbuf; in fuse_dev_splice_write() 2372 for (idx = 0; idx < nbuf; idx++) { in fuse_dev_splice_write()
|
| /linux/drivers/net/ethernet/apm/xgene-v2/ |
| H A D | main.c | 62 static int xge_refill_buffers(struct net_device *ndev, u32 nbuf) in xge_refill_buffers() argument 76 for (i = 0; i < nbuf; i++) { in xge_refill_buffers()
|
| /linux/drivers/vhost/ |
| H A D | vhost.h | 241 void vhost_discard_vq_desc(struct vhost_virtqueue *, int nbuf,
|
| /linux/lib/ |
| H A D | dynamic_debug.c | 182 struct flagsbuf fbuf, nbuf; in ddebug_change() local 262 ddebug_describe_flags(newflags, &nbuf)); in ddebug_change()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_wed.c | 651 ring_size = dev->wlan.nbuf & ~(MTK_WED_BUF_PER_PAGE - 1); in mtk_wed_tx_buffer_alloc() 1478 dev->wlan.token_start + dev->wlan.nbuf - 1)); in mtk_wed_hw_init() 1490 dev->wlan.nbuf / 128) | in mtk_wed_hw_init() 1492 dev->wlan.nbuf / 128)); in mtk_wed_hw_init()
|
| /linux/drivers/scsi/be2iscsi/ |
| H A D | be_main.c | 1725 u8 header, u8 ulp_num, u16 nbuf) in beiscsi_hdq_post_handles() argument 1751 for (prod = 0; prod < nbuf; prod++) { in beiscsi_hdq_post_handles() 1759 if (nbuf == pasync_ctx->num_entries) { in beiscsi_hdq_post_handles()
|