Home
last modified time | relevance | path

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

1234

/linux-6.15/fs/fuse/
H A Dvirtio_fs.c618 struct virtio_fs_forget *forget, in send_forget_request() argument
631 kfree(forget); in send_forget_request()
652 kfree(forget); in send_forget_request()
674 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
682 if (!forget) { in virtio_fs_hiprio_dispatch_work()
687 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
689 if (send_forget_request(fsvq, forget, true)) in virtio_fs_hiprio_dispatch_work()
1239 struct virtio_fs_forget *forget; in virtio_fs_send_forget() local
1246 forget = kmalloc(sizeof(*forget), GFP_NOFS | __GFP_NOFAIL); in virtio_fs_send_forget()
1247 req = &forget->req; in virtio_fs_send_forget()
[all …]
H A Ddir.c228 if (!forget) in fuse_dentry_revalidate()
251 kfree(forget); in fuse_dentry_revalidate()
377 forget = fuse_alloc_forget(); in fuse_lookup_name()
379 if (!forget) in fuse_lookup_name()
410 kfree(forget); in fuse_lookup_name()
639 if (!forget) in fuse_create_open()
703 kfree(forget); in fuse_create_open()
726 kfree(forget); in fuse_create_open()
798 if (!forget) in create_new_entry()
831 kfree(forget); in create_new_entry()
[all …]
H A Ddev.c337 struct fuse_forget_link *forget) in fuse_dev_queue_forget() argument
341 fiq->forget_list_tail->next = forget; in fuse_dev_queue_forget()
342 fiq->forget_list_tail = forget; in fuse_dev_queue_forget()
345 kfree(forget); in fuse_dev_queue_forget()
408 forget->forget_one.nodeid = nodeid; in fuse_queue_forget()
409 forget->forget_one.nlookup = nlookup; in fuse_queue_forget()
411 fiq->ops->send_forget(fiq, forget); in fuse_queue_forget()
1296 kfree(forget); in fuse_read_single_forget()
1346 sizeof(forget->forget_one)); in fuse_read_batch_forget()
1348 head = forget->next; in fuse_read_batch_forget()
[all …]
H A Dfuse_dev_i.h62 struct fuse_forget_link *forget);
H A Dinode.c84 sl->forget = fuse_alloc_forget(); in fuse_alloc_submount_lookup()
85 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()
173 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode()
175 fi->forget = NULL; in fuse_evict_inode()
H A Dfuse_i.h96 struct fuse_forget_link *forget; member
122 struct fuse_forget_link *forget; member
1128 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
/linux-6.15/Documentation/filesystems/
H A 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.15/rust/kernel/sync/arc/
H A Dstd_vendor.rs23 core::mem::forget(self); in downcast()
/linux-6.15/rust/kernel/fs/
H A Dfile.rs433 core::mem::forget(self); in fd_install()
434 core::mem::forget(file); in fd_install()
/linux-6.15/fs/adfs/
H A Ddir.c294 goto forget; in adfs_dir_update()
298 goto forget; in adfs_dir_update()
314 forget: in adfs_dir_update()
/linux-6.15/Documentation/scsi/
H A Dscsi_eh.rst154 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-6.15/rust/kernel/
H A Ddevice_id.rs96 core::mem::forget(ids);
/linux-6.15/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh110 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
/linux-6.15/rust/kernel/block/mq/
H A Drequest.rs112 core::mem::forget(this); in try_set_end()
/linux-6.15/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/linux-6.15/Documentation/admin-guide/media/
H A Dsaa7134.rst73 submitting the patch using ``git send-email``. Don't forget to
/linux-6.15/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/linux-6.15/Documentation/networking/
H A Ddriver.rst115 Do not forget that once you return NETDEV_TX_OK from your
/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_net.c613 } 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.15/Documentation/process/
H A D8.Conclusion.rst27 And, of course, one should not forget https://kernel.org/, the definitive
H A Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
/linux-6.15/Documentation/arch/arm/stm32/
H A 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.15/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/linux-6.15/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg219 * do not forget the / in between
/linux-6.15/Documentation/arch/x86/
H A Dentry_64.rst61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's

1234