Home
last modified time | relevance | path

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

123

/Linux-v5.4/fs/fuse/
Dvirtio_fs.c318 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
330 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work()
332 if (!forget) { in virtio_fs_hiprio_dispatch_work()
337 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
341 kfree(forget); in virtio_fs_hiprio_dispatch_work()
345 sg_init_one(&sg, forget, sizeof(*forget)); in virtio_fs_hiprio_dispatch_work()
349 ret = virtqueue_add_sgs(vq, sgs, 1, 0, forget, GFP_ATOMIC); in virtio_fs_hiprio_dispatch_work()
354 list_add_tail(&forget->list, in virtio_fs_hiprio_dispatch_work()
362 kfree(forget); in virtio_fs_hiprio_dispatch_work()
712 struct virtio_fs_forget *forget; in virtio_fs_wake_forget_and_unlock() local
[all …]
Ddir.c210 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()
241 fuse_queue_forget(fc, forget, outarg.nodeid, 1); in fuse_dentry_revalidate()
248 kfree(forget); in fuse_dentry_revalidate()
327 struct fuse_forget_link *forget; in fuse_lookup_name() local
337 forget = fuse_alloc_forget(); in fuse_lookup_name()
339 if (!forget) in fuse_lookup_name()
361 fuse_queue_forget(fc, forget, outarg->nodeid, 1); in fuse_lookup_name()
367 kfree(forget); in fuse_lookup_name()
[all …]
Ddev.c232 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument
237 forget->forget_one.nodeid = nodeid; in fuse_queue_forget()
238 forget->forget_one.nlookup = nlookup; in fuse_queue_forget()
242 fiq->forget_list_tail->next = forget; in fuse_queue_forget()
243 fiq->forget_list_tail = forget; in fuse_queue_forget()
246 kfree(forget); in fuse_queue_forget()
1080 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local
1082 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1086 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1092 kfree(forget); in fuse_read_single_forget()
[all …]
Dinode.c89 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode()
90 if (!fi->forget) { in fuse_alloc_inode()
103 kfree(fi->forget); in fuse_free_inode()
115 fuse_queue_forget(fc, fi->forget, fi->nodeid, fi->nlookup); in fuse_evict_inode()
116 fi->forget = NULL; in fuse_evict_inode()
Dfuse_i.h79 struct fuse_forget_link *forget; member
811 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
/Linux-v5.4/Documentation/filesystems/
Dudf.txt40 belonging to that uid and gid. Mount options also accept the string "forget".
41 The forget option causes all IDs to be written to disk as -1 which is a way
45 the interactively logged on user, and also specify the forget option. This way
/Linux-v5.4/Documentation/filesystems/nfs/
Dfault_injection.txt23 process the first n items it finds. So if you want to forget 5 locks, echo '5'
24 to <debug_dir>/nfsd/forget_locks. A value of 0 will tell the server to forget
67 `inject_faults.sh forget_locks 1` as root will instruct the server to forget
/Linux-v5.4/Documentation/media/dvb-drivers/
Dudev.rst30 0. Don't forget to disable your current method of creating the
45 Don't forget to make the script executable with "chmod".
/Linux-v5.4/Documentation/scsi/
Dscsi_eh.txt139 assumed to forget about the scmd at that point. However, if a scmd
140 has timed out, unless hostt->eh_timed_out() made lower layers forget
147 forget about - timed out scmds later.
186 device forget about timed out scmds and make them ready for new
324 all related hardware forget about the scmd.
364 and STU doesn't make lower layers forget about those
418 On completion, the handler should have made lower layers forget about
459 lower layers forget about them before doing anything else with
/Linux-v5.4/Documentation/arm/sa1100/
Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/Linux-v5.4/Documentation/networking/
Ddriver.txt65 3) Do not forget that once you return NETDEV_TX_OK from your
Dz8530drv.txt60 and don't forget to insert a call of sccinit after that. It
586 Don't forget to convert the octal numbers into decimal before
/Linux-v5.4/Documentation/media/v4l-drivers/
Dsaa7134.rst46 forget to tell me what it changes / which problem it fixes / whatever
/Linux-v5.4/Documentation/driver-api/thermal/
Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/Linux-v5.4/Documentation/process/
D8.Conclusion.rst29 And, of course, one should not forget http://kernel.org/, the definitive
Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
/Linux-v5.4/Documentation/driver-api/rapidio/
Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/Linux-v5.4/Documentation/x86/
Dentry_64.rst61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/Linux-v5.4/Documentation/core-api/
Dmemory-allocation.rst129 :c:func:`kmem_cache_free`. And don't forget to destroy the cache with
/Linux-v5.4/Documentation/i2c/busses/
Di2c-i801.rst134 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
/Linux-v5.4/arch/arm/mach-davinci/
DKconfig154 Say Y here to use the NAND flash. Do not forget to setup
/Linux-v5.4/sound/pci/hda/
DKconfig20 This option enables the HD-audio controller. Don't forget
/Linux-v5.4/fs/reiserfs/
DREADME65 quite cryptic if your forget to do so.
/Linux-v5.4/Documentation/vm/
Dmemory-model.rst14 completely distinct addresses. And, don't forget about NUMA, where
/Linux-v5.4/Documentation/sound/cards/
Dcmipci.rst147 off. (Also don't forget to turn on "IEC958 Output Switch", too.)

123