Home
last modified time | relevance | path

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

12345

/openbmc/linux/fs/fuse/
H A Dvirtio_fs.c422 struct virtio_fs_forget *forget, in send_forget_request() argument
429 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request()
435 kfree(forget); in send_forget_request()
443 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request()
448 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request()
458 kfree(forget); in send_forget_request()
480 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
486 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work()
488 if (!forget) { in virtio_fs_hiprio_dispatch_work()
493 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
[all …]
H A 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()
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 …]
H A Ddev.c236 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument
241 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()
1108 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local
1110 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1114 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1120 kfree(forget); in fuse_read_single_forget()
[all …]
H A Dinode.c78 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()
117 kfree(fi->forget); in fuse_alloc_inode()
128 kfree(fi->forget); in fuse_free_inode()
141 fuse_queue_forget(fc, sl->forget, sl->nodeid, 1); in fuse_cleanup_submount_lookup()
142 sl->forget = NULL; in fuse_cleanup_submount_lookup()
161 fuse_queue_forget(fc, fi->forget, fi->nodeid, in fuse_evict_inode()
163 fi->forget = NULL; in fuse_evict_inode()
H A Dfuse_i.h76 struct fuse_forget_link *forget; member
92 struct fuse_forget_link *forget; member
1001 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
/openbmc/linux/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
/openbmc/linux/rust/kernel/sync/arc/
H A Dstd_vendor.rs21 core::mem::forget(self); in downcast()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch36 - echo $0: Error: no bin/postconf file. Did you forget to run \"make\"? 1>&2
38 + echo $0: Error: no $POSTCONF file. Did you forget to run \"make\"? 1>&2
/openbmc/linux/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
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
/openbmc/linux/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()
/openbmc/u-boot/doc/
H A DREADME.davinci.nand_spl80 !! Don;t forget to switch to rbl nand read/write functions with
94 !! Don;t forget to switch to rbl nand read/write functions with
100 !! Don;t forget to switch to rbl nand read/write functions with
H A DREADME.avb2106 After flashing U-boot don't forget to update environment and write new
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0006-OsUtils.h-add-missing-header-cstdint-for-int64_t.patch10 …sUtils.h:22:1: note: 'int64_t' is defined in header '<cstdint>'; did you forget to '#include <cstd…
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A Dclang-warnings.patch10 but compiler can forget that it was format string since its not
/openbmc/linux/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>'?
/openbmc/linux/Documentation/arch/arm/sa1100/
H A Dserial_uart.rst50 - don't forget to add 'ttySA0', 'console', or the appropriate tty name
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/
H A Dconntrack-tools_1.4.8.bb52 # fix error message: Do not forget that you need *root* or CAP_NET_ADMIN capabilities ;-)
/openbmc/qemu/docs/system/devices/
H A Digb.rst45 Please do not forget to run tests before submitting a change. As tests included
/openbmc/linux/Documentation/admin-guide/media/
H A Dsaa7134.rst73 submitting the patch using ``git send-email``. Don't forget to
/openbmc/qemu/.gitlab-ci.d/cirrus/
H A DREADME.rst18 be kept up to date, so you can create it and then forget about it;
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtripwire.txt24 … is no way to remove encryption from a signed file if you forget your passphrase. If you forget th…
/openbmc/linux/Documentation/networking/
H A Ddriver.rst115 Do not forget that once you return NETDEV_TX_OK from your
/openbmc/linux/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst52 NOTE: Remember that the values are stored as milli degrees Celsius. Don't forget
/openbmc/linux/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()
/openbmc/linux/Documentation/process/
H A D8.Conclusion.rst27 And, of course, one should not forget https://kernel.org/, the definitive

12345