Home
last modified time | relevance | path

Searched refs:forget (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.1.9/fs/fuse/
Dvirtio_fs.c412 struct virtio_fs_forget *forget, in send_forget_request() argument
419 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request()
425 kfree(forget); in send_forget_request()
433 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request()
438 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request()
448 kfree(forget); in send_forget_request()
470 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
476 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work()
478 if (!forget) { in virtio_fs_hiprio_dispatch_work()
483 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
[all …]
Ddir.c220 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local
233 forget = fuse_alloc_forget(); in fuse_dentry_revalidate()
235 if (!forget) in fuse_dentry_revalidate()
252 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate()
260 kfree(forget); in fuse_dentry_revalidate()
374 struct fuse_forget_link *forget; in fuse_lookup_name() local
384 forget = fuse_alloc_forget(); in fuse_lookup_name()
386 if (!forget) in fuse_lookup_name()
408 fuse_queue_forget(fm->fc, forget, outarg->nodeid, 1); in fuse_lookup_name()
414 kfree(forget); in fuse_lookup_name()
[all …]
Ddev.c236 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument
241 forget->forget_one.nodeid = nodeid; in fuse_queue_forget()
242 forget->forget_one.nlookup = nlookup; in fuse_queue_forget()
246 fiq->forget_list_tail->next = forget; in fuse_queue_forget()
247 fiq->forget_list_tail = forget; in fuse_queue_forget()
250 kfree(forget); in fuse_queue_forget()
1105 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local
1107 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1111 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1117 kfree(forget); in fuse_read_single_forget()
[all …]
Dinode.c88 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode()
89 if (!fi->forget) in fuse_alloc_inode()
98 kfree(fi->forget); in fuse_alloc_inode()
109 kfree(fi->forget); in fuse_free_inode()
131 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode()
133 fi->forget = NULL; in fuse_evict_inode()
Dfuse_i.h79 struct fuse_forget_link *forget; member
970 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
/linux-6.1.9/Documentation/filesystems/
Dudf.rst45 belonging to that uid and gid. Mount options also accept the string "forget".
46 The forget option causes all IDs to be written to disk as -1 which is a way
50 the interactively logged on user, and also specify the forget option. This way
/linux-6.1.9/fs/adfs/
Ddir.c294 goto forget; in adfs_dir_update()
298 goto forget; in adfs_dir_update()
314 forget: in adfs_dir_update()
/linux-6.1.9/Documentation/scsi/
Dscsi_eh.rst151 assumed to forget about the scmd at that point. However, if a scmd
152 has timed out, unless hostt->eh_timed_out() made lower layers forget
159 forget about - timed out scmds later.
201 device forget about timed out scmds and make them ready for new
355 all related hardware forget about the scmd.
395 and STU doesn't make lower layers forget about those
450 On completion, the handler should have made lower layers forget about
494 lower layers forget about them before doing anything else with
/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm-recheck.sh88 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
/linux-6.1.9/Documentation/arm/sa1100/
Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/linux-6.1.9/Documentation/admin-guide/media/
Dsaa7134.rst73 submitting the patch using ``git send-email``. Don't forget to
/linux-6.1.9/Documentation/networking/
Ddriver.rst69 3) Do not forget that once you return NETDEV_TX_OK from your
/linux-6.1.9/Documentation/driver-api/thermal/
Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_net.c622 } forget; member
640 ocelot_mact_forget(ocelot, w->forget.addr, w->forget.vid); in ocelot_mact_work()
671 ether_addr_copy(w.forget.addr, addr); in ocelot_mc_unsync()
672 w.forget.vid = OCELOT_STANDALONE_PVID; in ocelot_mc_unsync()
/linux-6.1.9/Documentation/process/
D8.Conclusion.rst27 And, of course, one should not forget https://kernel.org/, the definitive
Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
/linux-6.1.9/Documentation/arm/stm32/
Dstm32-dma-mdma-chaining.rst160 Don't forget to refer to your SRAM pool in your device node. You need to
287 Don't forget to release these new sg_tables after getting the descriptors
377 Don't forget to terminate both channels. STM32 DMA channel is configured in
/linux-6.1.9/Documentation/driver-api/rapidio/
Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/linux-6.1.9/Documentation/x86/
Dentry_64.rst61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/linux-6.1.9/arch/arm/mach-davinci/
DKconfig114 Say Y here to use the NAND flash. Do not forget to setup
/linux-6.1.9/scripts/
DKbuild.include159 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
/linux-6.1.9/Documentation/i2c/busses/
Di2c-i801.rst139 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
/linux-6.1.9/Documentation/mm/
Dmemory-model.rst14 completely distinct addresses. And, don't forget about NUMA, where
/linux-6.1.9/Documentation/core-api/
Dmemory-allocation.rst176 don't forget to destroy the cache with kmem_cache_destroy().
/linux-6.1.9/Documentation/virt/kvm/x86/
Drunning-nested-guests.rst222 out because when reporting bugs, people tend to forget to even

1234