| /linux/fs/fuse/ |
| H A D | virtio_fs.c | 618 struct virtio_fs_forget *forget, in send_forget_request() argument 625 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request() 631 kfree(forget); in send_forget_request() 639 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request() 644 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request() 652 kfree(forget); in send_forget_request() 674 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local 680 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work() 682 if (!forget) { in virtio_fs_hiprio_dispatch_work() 687 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work() [all …]
|
| H A D | dir.c | 398 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local 411 forget = fuse_alloc_forget(); in fuse_dentry_revalidate() 413 if (!forget) in fuse_dentry_revalidate() 428 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate() 436 kfree(forget); in fuse_dentry_revalidate() 556 struct fuse_forget_link *forget; in fuse_lookup_name() local 566 forget = fuse_alloc_forget(); in fuse_lookup_name() 568 if (!forget) in fuse_lookup_name() 593 fuse_queue_forget(fm->fc, forget, outarg->nodeid, 1); in fuse_lookup_name() 599 kfree(forget); in fuse_lookup_name() [all …]
|
| H A D | dev.c | 339 struct fuse_forget_link *forget) in fuse_dev_queue_forget() argument 343 fiq->forget_list_tail->next = forget; in fuse_dev_queue_forget() 344 fiq->forget_list_tail = forget; in fuse_dev_queue_forget() 347 kfree(forget); in fuse_dev_queue_forget() 424 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument 429 forget->forget_one.nodeid = nodeid; in fuse_queue_forget() 430 forget->forget_one.nlookup = nlookup; in fuse_queue_forget() 432 fiq->ops->send_forget(fiq, forget); in fuse_queue_forget() 1306 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local 1308 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget() [all …]
|
| H A D | fuse_dev_i.h | 72 struct fuse_forget_link *forget);
|
| H A D | inode.c | 87 sl->forget = fuse_alloc_forget(); in fuse_alloc_submount_lookup() 88 if (!sl->forget) in fuse_alloc_submount_lookup() 113 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode() 114 if (!fi->forget) in fuse_alloc_inode() 126 kfree(fi->forget); in fuse_alloc_inode() 137 kfree(fi->forget); in fuse_free_inode() 153 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup() 154 sl->forget = NULL; in fuse_cleanup_submount_lookup() 176 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode() 178 fi->forget = NULL; in fuse_evict_inode()
|
| H A D | fuse_i.h | 103 struct fuse_forget_link *forget; member 129 struct fuse_forget_link *forget; member 1154 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
|
| /linux/Documentation/filesystems/ |
| H A 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/rust/kernel/fs/ |
| H A D | file.rs | 441 core::mem::forget(self); in fd_install() 442 core::mem::forget(file); in fd_install()
|
| /linux/fs/adfs/ |
| H A D | dir.c | 294 goto forget; in adfs_dir_update() 298 goto forget; in adfs_dir_update() 314 forget: in adfs_dir_update()
|
| /linux/Documentation/scsi/ |
| H A 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 373 and STU doesn't make lower layers forget about those 428 On completion, the handler should have made lower layers forget about 469 lower layers forget about them before doing anything else with
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-recheck.sh | 110 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | serial_uart.rst | 50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
|
| /linux/sound/hda/controllers/ |
| H A D | Kconfig | 11 This option enables the HD-audio controller. Don't forget
|
| /linux/Documentation/networking/ |
| H A D | driver.rst | 115 Do not forget that once you return NETDEV_TX_OK from your
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | nouveau_thermal.rst | 52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
|
| /linux/Documentation/process/ |
| H A D | 8.Conclusion.rst | 27 And, of course, one should not forget https://kernel.org/, the definitive
|
| H A D | volatile-considered-harmful.rst | 42 forget anything it knows. There will be no optimization problems with
|
| /linux/Documentation/arch/arm/stm32/ |
| H A 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/Documentation/driver-api/rapidio/ |
| H A D | mport_cdev.rst | 52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
|
| /linux/Documentation/arch/x86/ |
| H A D | entry_64.rst | 61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
|
| /linux/rust/kernel/ |
| H A D | debugfs.rs | 519 core::mem::forget(Entry::file(name, &self.entry, data, vtable)); in create_file()
|
| /linux/Documentation/admin-guide/ |
| H A D | bug-bisect.rst | 15 aspects even kernel developers occasionally forget. This includes detecting
|
| /linux/scripts/ |
| H A D | Kbuild.include | 190 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
|
| /linux/Documentation/mm/ |
| H A D | memory-model.rst | 12 completely distinct addresses. And, don't forget about NUMA, where
|
| /linux/Documentation/networking/device_drivers/hamradio/ |
| H A D | z8530drv.rst | 57 and don't forget to insert a call of sccinit after that. It 613 Don't forget to convert the octal numbers into decimal before
|