Home
last modified time | relevance | path

Searched refs:stashed (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dlocal_kptr_stash.c28 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/fs/
A Dlibfs.c2132 dentry = rcu_dereference(*stashed); in get_stashed_dentry()
2176 dentry->d_fsdata = stashed; in prepare_anon_dentry()
2191 old = cmpxchg(stashed, NULL, dentry); in stash_dentry()
2200 if (likely(try_cmpxchg(stashed, &old, dentry))) in stash_dentry()
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()
2241 path->dentry = stash_dentry(stashed, dentry); in path_from_stashed()
2246 WARN_ON_ONCE(path->dentry->d_fsdata != stashed); in path_from_stashed()
2254 struct dentry **stashed = dentry->d_fsdata; in stashed_dentry_prune() local
2257 if (WARN_ON_ONCE(!stashed)) in stashed_dentry_prune()
[all …]
A Dnsfs.c61 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()
A Dpidfs.c403 ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path); in pidfs_alloc_file()
A Dinternal.h325 int path_from_stashed(struct dentry **stashed, struct vfsmount *mnt, void *data,
/linux/include/linux/
A Dns_common.h10 struct dentry *stashed; member
A Dproc_ns.h69 WRITE_ONCE(ns->stashed, NULL); in ns_alloc_inum()
A Dpid.h60 struct dentry *stashed; member
/linux/Documentation/arch/s390/
A Dzfcpdump.rst25 has not been stashed by hardware can just be copied from real memory.
/linux/kernel/
A Dpid.c279 pid->stashed = NULL; in alloc_pid()
/linux/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst4594 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/Documentation/filesystems/
A Didmappings.rst359 (To be precise, the kernel will simply look at the kernel ids stashed in the

Completed in 31 milliseconds