Searched refs:stashed (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A 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/fs/ |
| H A D | pidfs.c | 166 pid->stashed = NULL; in pidfs_prepare_pid() 219 VFS_WARN_ON_ONCE(pid->stashed); in pidfs_free_pid() 922 ret = path_from_stashed(&pid->stashed, pidfs_mnt, pid, &path); in pidfs_fh_to_dentry() 1034 static struct dentry *pidfs_stash_dentry(struct dentry **stashed, in pidfs_stash_dentry() argument 1040 VFS_WARN_ON_ONCE(stashed != &pid->stashed); in pidfs_stash_dentry() 1046 return stash_dentry(stashed, dentry); in pidfs_stash_dentry() 1148 ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path); in pidfs_alloc_file()
|
| H A D | nsfs.c | 76 return path_from_stashed(&ns->stashed, nsfs_mnt, ns, path); in ns_get_path_cb() 108 err = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in open_namespace_file() 129 err = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in open_namespace() 346 ret = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in ns_ioctl() 636 ret = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in nsfs_fh_to_dentry()
|
| /linux/kernel/ |
| H A D | nscommon.c | 61 ns->stashed = NULL; in __ns_common_init()
|
| /linux/include/linux/ |
| H A D | ns_common.h | 35 .stashed = NULL, \
|
| /linux/Documentation/arch/s390/ |
| H A D | zfcpdump.rst | 25 has not been stashed by hardware can just be copied from real memory.
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 299 stashed. In the new mount api the credentials of the task creating the 301 stashed. 323 b) check if stashed credentials would be allowed real operation on lower or 332 the stashed credentials do not have (2). This also means that it is possible 334 however, the stashed credentials will have sufficient privileges to
|
| H A D | idmappings.rst | 359 (To be precise, the kernel will simply look at the kernel ids stashed in the
|