Home
last modified time | relevance | path

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

123

/linux/fs/fuse/
A Dvirtio_fs.c399 struct virtio_fs_forget *forget, in send_forget_request() argument
412 kfree(forget); in send_forget_request()
435 kfree(forget); in send_forget_request()
457 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
465 if (!forget) { in virtio_fs_hiprio_dispatch_work()
470 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
472 if (send_forget_request(fsvq, forget, true)) in virtio_fs_hiprio_dispatch_work()
979 struct virtio_fs_forget *forget; in virtio_fs_wake_forget_and_unlock() local
993 forget = kmalloc(sizeof(*forget), GFP_NOFS | __GFP_NOFAIL); in virtio_fs_wake_forget_and_unlock()
994 req = &forget->req; in virtio_fs_wake_forget_and_unlock()
[all …]
A Ddir.c226 if (!forget) in fuse_dentry_revalidate()
251 kfree(forget); in fuse_dentry_revalidate()
375 forget = fuse_alloc_forget(); in fuse_lookup_name()
377 if (!forget) in fuse_lookup_name()
405 kfree(forget); in fuse_lookup_name()
485 if (!forget) in fuse_create_open()
541 kfree(forget); in fuse_create_open()
558 kfree(forget); in fuse_create_open()
628 if (!forget) in create_new_entry()
653 kfree(forget); in create_new_entry()
[all …]
A Ddev.c241 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 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1109 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1115 kfree(forget); in fuse_read_single_forget()
1165 sizeof(forget->forget_one)); in fuse_read_batch_forget()
1167 head = forget->next; in fuse_read_batch_forget()
[all …]
A Dinode.c89 fi->forget = fuse_alloc_forget(); in fuse_alloc_inode()
90 if (!fi->forget) in fuse_alloc_inode()
99 kfree(fi->forget); in fuse_alloc_inode()
110 kfree(fi->forget); in fuse_free_inode()
132 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode()
134 fi->forget = NULL; in fuse_evict_inode()
A Dfuse_i.h79 struct fuse_forget_link *forget; member
945 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
/linux/Documentation/filesystems/
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/Documentation/scsi/
A Dscsi_eh.rst153 assumed to forget about the scmd at that point. However, if a scmd
154 has timed out, unless hostt->eh_timed_out() made lower layers forget
161 forget about - timed out scmds later.
203 device forget about timed out scmds and make them ready for new
357 all related hardware forget about the scmd.
397 and STU doesn't make lower layers forget about those
452 On completion, the handler should have made lower layers forget about
496 lower layers forget about them before doing anything else with
/linux/fs/adfs/
A Ddir.c294 goto forget; in adfs_dir_update()
298 goto forget; in adfs_dir_update()
314 forget: in adfs_dir_update()
/linux/tools/testing/selftests/rcutorture/bin/
A Dkvm-recheck.sh83 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
/linux/Documentation/arm/sa1100/
A Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/linux/drivers/net/ethernet/mscc/
A Docelot_net.c506 } forget; member
524 ocelot_mact_forget(ocelot, w->forget.addr, w->forget.vid); in ocelot_mact_work()
555 ether_addr_copy(w.forget.addr, addr); in ocelot_mc_unsync()
556 w.forget.vid = OCELOT_VLAN_UNAWARE_PVID; in ocelot_mc_unsync()
/linux/Documentation/admin-guide/media/
A Dsaa7134.rst73 submitting the patch using ``git send-email``. Don't forget to
/linux/Documentation/networking/
A Ddriver.rst69 3) Do not forget that once you return NETDEV_TX_OK from your
/linux/Documentation/driver-api/thermal/
A Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/linux/Documentation/process/
A D8.Conclusion.rst29 And, of course, one should not forget https://kernel.org/, the definitive
A Dvolatile-considered-harmful.rst42 forget anything it knows. There will be no optimization problems with
/linux/Documentation/driver-api/rapidio/
A Dmport_cdev.rst52 Supports blocking, asynchronous and posted (a.k.a 'fire-and-forget') data
/linux/Documentation/x86/
A Dentry_64.rst61 not* use SWAPGS blindly - nor must we forget doing a SWAPGS when it's
/linux/arch/arm/mach-davinci/
A DKconfig152 Say Y here to use the NAND flash. Do not forget to setup
/linux/Documentation/i2c/busses/
A Di2c-i801.rst137 i2c-scmi driver works for you, just forget about the i2c-i801 driver and
/linux/scripts/
A DKbuild.include134 # It is a typical mistake to forget the FORCE prerequisite. Check it here so
/linux/Documentation/vm/
A Dmemory-model.rst14 completely distinct addresses. And, don't forget about NUMA, where
/linux/Documentation/core-api/
A Dmemory-allocation.rst176 don't forget to destroy the cache with kmem_cache_destroy().
/linux/sound/pci/hda/
A DKconfig23 This option enables the HD-audio controller. Don't forget
/linux/Documentation/networking/device_drivers/hamradio/
A Dz8530drv.rst57 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

Completed in 57 milliseconds

123