Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/kernel/fs/fuse/
H A Dvirtio_fs.c398 struct virtio_fs_forget *forget, in send_forget_request() argument
405 struct virtio_fs_forget_req *req = &forget->req; in send_forget_request()
411 kfree(forget); in send_forget_request()
419 ret = virtqueue_add_outbuf(vq, &sg, 1, forget, GFP_ATOMIC); in send_forget_request()
424 list_add_tail(&forget->list, &fsvq->queued_reqs); in send_forget_request()
434 kfree(forget); in send_forget_request()
456 struct virtio_fs_forget *forget; in virtio_fs_hiprio_dispatch_work() local
462 forget = list_first_entry_or_null(&fsvq->queued_reqs, in virtio_fs_hiprio_dispatch_work()
464 if (!forget) { in virtio_fs_hiprio_dispatch_work()
469 list_del(&forget->list); in virtio_fs_hiprio_dispatch_work()
[all …]
H A Ddir.c211 struct fuse_forget_link *forget; in fuse_dentry_revalidate() local
224 forget = fuse_alloc_forget(); in fuse_dentry_revalidate()
226 if (!forget) in fuse_dentry_revalidate()
243 fuse_queue_forget(fm->fc, forget, in fuse_dentry_revalidate()
251 kfree(forget); in fuse_dentry_revalidate()
466 struct fuse_forget_link *forget; in fuse_lookup_name() local
476 forget = fuse_alloc_forget(); in fuse_lookup_name()
478 if (!forget) in fuse_lookup_name()
500 fuse_queue_forget(fm->fc, forget, outarg->nodeid, 1); in fuse_lookup_name()
506 kfree(forget); in fuse_lookup_name()
[all …]
H A Ddev.c240 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget() argument
245 forget->forget_one.nodeid = nodeid; in fuse_queue_forget()
246 forget->forget_one.nlookup = nlookup; in fuse_queue_forget()
250 fiq->forget_list_tail->next = forget; in fuse_queue_forget()
251 fiq->forget_list_tail = forget; in fuse_queue_forget()
254 kfree(forget); in fuse_queue_forget()
1125 struct fuse_forget_link *forget = fuse_dequeue_forget(fiq, 1, NULL); in fuse_read_single_forget() local
1127 .nlookup = forget->forget_one.nlookup, in fuse_read_single_forget()
1131 .nodeid = forget->forget_one.nodeid, in fuse_read_single_forget()
1137 kfree(forget); in fuse_read_single_forget()
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/Documentation/scsi/
H 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
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dfindmask.inc4 0x77c1e96d // don't forget: no comma after the last one
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/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.commands30 If a new board is defined do not forget to define the command section
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-conclusion.txt11 forget to send a patch to the Buildroot mailing list (see
/OK3568_Linux_fs/buildroot/package/linuxptp/
H A Dlinuxptp.cfg8 # If you change the configuration don't forget to update the phc2sys
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0001-splay.cc-fix-bind-is-not-a-member-of-std.patch10 …c:134:28: note: 'std::bind' is defined in header '<functional>'; did you forget to '#include <func…
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0001-Enable-to-suppress-multiple-compositors.patch29 RefPtr<CompositorSession> session = mCompositorSession.forget();
/OK3568_Linux_fs/buildroot/package/usbmount/
H A DConfig.in28 If you omit it, don't forget to use the command "sync" to
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0001-mdns-include-stddef.h-for-NULL.patch11 ../mDNSCore/mDNS.c:56:1: note: 'NULL' is defined in header '<stddef.h>'; did you forget to '#includ…
/OK3568_Linux_fs/buildroot/package/smack/
H A DConfig.in28 To activate SMACK, do not forget to add "security=smack" to
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck.sh80 echo Did you forget to switch your compiler with '--kmake-arg CC=<cc-that-supports-kcsan>'?
/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-imx-viv/
H A DConfig.in26 Don't forget to load galcore.ko and create /dev/galcore
/OK3568_Linux_fs/buildroot/package/coreutils/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch15 …/random.h:8:1: note: 'size_t' is defined in header '<stddef.h>'; did you forget to '#include <stdd…
/OK3568_Linux_fs/buildroot/package/tar/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch15 …/random.h:8:1: note: 'size_t' is defined in header '<stddef.h>'; did you forget to '#include <stdd…
/OK3568_Linux_fs/buildroot/package/wget/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch15 …/random.h:8:1: note: 'size_t' is defined in header '<stddef.h>'; did you forget to '#include <stdd…
/OK3568_Linux_fs/buildroot/package/nano/
H A D0001-lib-getrandom.c-fix-build-with-uclibc-1.0.35.patch15 …/random.h:8:1: note: 'size_t' is defined in header '<stddef.h>'; did you forget to '#include <stdd…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/
H A Dconntrack-tools_1.4.6.bb36 # fix error message: Do not forget that you need *root* or CAP_NET_ADMIN capabilities ;-)

123456