Searched refs:stashed (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | local_kptr_stash.c | 28 struct refcounted_node __kptr *stashed; member 244 if (!s->stashed) in refcount_acquire_without_unstash() 250 p = bpf_refcount_acquire(s->stashed); in refcount_acquire_without_unstash() 254 ret = s->stashed ? s->stashed->data : -1; in refcount_acquire_without_unstash() 276 p = bpf_kptr_xchg(&s->stashed, p); in stash_refcounted_node()
|
/linux-6.12.1/fs/ |
D | libfs.c | 2127 static inline struct dentry *get_stashed_dentry(struct dentry **stashed) in get_stashed_dentry() argument 2132 dentry = rcu_dereference(*stashed); in get_stashed_dentry() 2140 static struct dentry *prepare_anon_dentry(struct dentry **stashed, in prepare_anon_dentry() argument 2176 dentry->d_fsdata = stashed; in prepare_anon_dentry() 2183 static struct dentry *stash_dentry(struct dentry **stashed, in stash_dentry() argument 2191 old = cmpxchg(stashed, NULL, dentry); in stash_dentry() 2200 if (likely(try_cmpxchg(stashed, &old, dentry))) in stash_dentry() 2222 int path_from_stashed(struct dentry **stashed, struct vfsmount *mnt, void *data, in path_from_stashed() argument 2229 path->dentry = get_stashed_dentry(stashed); in path_from_stashed() 2236 dentry = prepare_anon_dentry(stashed, mnt->mnt_sb, data); in path_from_stashed() [all …]
|
D | nsfs.c | 61 return path_from_stashed(&ns->stashed, nsfs_mnt, ns, path); in ns_get_path_cb() 102 err = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in open_namespace() 286 ret = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in ns_ioctl()
|
D | pidfs.c | 403 ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path); in pidfs_alloc_file()
|
D | internal.h | 325 int path_from_stashed(struct dentry **stashed, struct vfsmount *mnt, void *data,
|
/linux-6.12.1/include/linux/ |
D | ns_common.h | 10 struct dentry *stashed; member
|
D | proc_ns.h | 69 WRITE_ONCE(ns->stashed, NULL); in ns_alloc_inum()
|
D | pid.h | 60 struct dentry *stashed; member
|
/linux-6.12.1/Documentation/arch/s390/ |
D | zfcpdump.rst | 25 has not been stashed by hardware can just be copied from real memory.
|
/linux-6.12.1/kernel/ |
D | pid.c | 279 pid->stashed = NULL; in alloc_pid()
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 4594 a threshold, flush the stashed updates to the temporary directory. 4605 to apply the stashed updates to the temporary directory. 4607 5. When the scan is complete, replay any stashed entries in the xfarray. 4642 exceeds a threshold, flush the stashed updates to the temporary file. 4653 to apply the stashed parent pointer updates to the temporary file. 4655 5. When the scan is complete, replay any stashed entries in the xfarray.
|
/linux-6.12.1/Documentation/filesystems/ |
D | idmappings.rst | 359 (To be precise, the kernel will simply look at the kernel ids stashed in the
|