/linux-6.12.1/fs/fuse/ |
D | virtio_fs.c | 612 struct virtio_fs_forget *forget, in send_forget_request() argument 619 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request() 625 kfree(forget); in send_forget_request() 633 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request() 638 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request() 646 kfree(forget); in send_forget_request() 668 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local 674 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work() 676 if (!forget) { in virtio_fs_hiprio_dispatch_work() 681 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work() [all …]
|
D | dir.c | 210 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local 223 forget = fuse_alloc_forget(); in fuse_dentry_revalidate() 225 if (!forget) in fuse_dentry_revalidate() 242 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate() 250 kfree(forget); in fuse_dentry_revalidate() 368 struct fuse_forget_link *forget; in fuse_lookup_name() local 378 forget = fuse_alloc_forget(); in fuse_lookup_name() 380 if (!forget) in fuse_lookup_name() 404 fuse_queue_forget(fm->fc, forget, outarg->nodeid, 1); in fuse_lookup_name() 410 kfree(forget); in fuse_lookup_name() [all …]
|
D | dev.c | 253 static void fuse_dev_queue_forget(struct fuse_iqueue *fiq, struct fuse_forget_link *forget) in fuse_dev_queue_forget() argument 257 fiq->forget_list_tail->next = forget; in fuse_dev_queue_forget() 258 fiq->forget_list_tail = forget; in fuse_dev_queue_forget() 261 kfree(forget); in fuse_dev_queue_forget() 319 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument 324 forget->forget_one.nodeid = nodeid; in fuse_queue_forget() 325 forget->forget_one.nlookup = nlookup; in fuse_queue_forget() 327 fiq->ops->send_forget(fiq, forget); in fuse_queue_forget() 1155 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local 1157 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() [all …]
|
D | inode.c | 78 sl->forget = fuse_alloc_forget(); in fuse_alloc_submount_lookup() 79 if (!sl->forget) in fuse_alloc_submount_lookup() 107 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 108 if (!fi->forget) in fuse_alloc_inode() 120 kfree(fi->forget); in fuse_alloc_inode() 131 kfree(fi->forget); in fuse_free_inode() 147 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup() 148 sl->forget = NULL; in fuse_cleanup_submount_lookup() 167 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 169 fi->forget = NULL; in fuse_evict_inode()
|
D | fuse_i.h | 76 struct fuse_forget_link *forget; member 102 struct fuse_forget_link *forget; member 1048 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
/linux-6.12.1/Documentation/filesystems/ |
D | udf.rst | 45 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.12.1/rust/kernel/sync/arc/ |
D | std_vendor.rs | 21 core::mem::forget(self); in downcast()
|
/linux-6.12.1/Documentation/scsi/ |
D | scsi_eh.rst | 154 assumed to forget about the scmd at that point. However, if a scmd 155 has timed out, unless hostt->eh_timed_out() made lower layers forget 162 forget about - timed out scmds later. 204 device forget about timed out scmds and make them ready for new 358 all related hardware forget about the scmd. 398 and STU doesn't make lower layers forget about those 453 On completion, the handler should have made lower layers forget about 497 lower layers forget about them before doing anything else with
|
/linux-6.12.1/fs/adfs/ |
D | dir.c | 294 goto forget; in adfs_dir_update() 298 goto forget; in adfs_dir_update() 314 forget: in adfs_dir_update()
|
/linux-6.12.1/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 110 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
|
/linux-6.12.1/rust/kernel/block/mq/ |
D | request.rs | 105 core::mem::forget(this); in try_set_end()
|
/linux-6.12.1/Documentation/arch/arm/sa1100/ |
D | serial_uart.rst | 50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | saa7134.rst | 73 submitting the patch using ``git send-email``. Don't forget to
|
/linux-6.12.1/Documentation/driver-api/thermal/ |
D | nouveau_thermal.rst | 52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
|
/linux-6.12.1/Documentation/networking/ |
D | driver.rst | 115 Do not forget that once you return NETDEV_TX_OK from your
|
/linux-6.12.1/drivers/net/ethernet/mscc/ |
D | ocelot_net.c | 613 } forget; member 631 ocelot_mact_forget(ocelot, w->forget.addr, w->forget.vid); in ocelot_mact_work() 662 ether_addr_copy(w.forget.addr, addr); in ocelot_mc_unsync() 663 w.forget.vid = OCELOT_STANDALONE_PVID; in ocelot_mc_unsync()
|
/linux-6.12.1/Documentation/process/ |
D | 8.Conclusion.rst | 27 And, of course, one should not forget https://kernel.org/, the definitive
|
D | volatile-considered-harmful.rst | 42 forget anything it knows. There will be no optimization problems with
|
/linux-6.12.1/Documentation/arch/arm/stm32/ |
D | stm32-dma-mdma-chaining.rst | 160 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.12.1/tools/power/cpupower/bindings/python/ |
D | raw_pylibcpupower.swg | 214 * do not forget the / in between
|
/linux-6.12.1/Documentation/driver-api/rapidio/ |
D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
/linux-6.12.1/Documentation/arch/x86/ |
D | entry_64.rst | 61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
/linux-6.12.1/rust/kernel/sync/ |
D | arc.rs | 235 core::mem::forget(self); in into_raw()
|
/linux-6.12.1/Documentation/i2c/busses/ |
D | i2c-i801.rst | 141 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
|
/linux-6.12.1/Documentation/admin-guide/ |
D | bug-bisect.rst | 15 aspects even kernel developers occasionally forget. This includes detecting
|