Searched refs:stashed (Results 1 – 7 of 7) 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 | 169 pid->stashed = NULL; in pidfs_prepare_pid() 217 VFS_WARN_ON_ONCE(pid->stashed); in pidfs_free_pid() 941 ret = path_from_stashed(&pid->stashed, pidfs_mnt, pid, &path); in pidfs_fh_to_dentry() 1073 static struct dentry *pidfs_stash_dentry(struct dentry **stashed, in pidfs_stash_dentry() argument 1079 VFS_WARN_ON_ONCE(stashed != &pid->stashed); in pidfs_stash_dentry() 1085 return stash_dentry(stashed, dentry); in pidfs_stash_dentry() 1170 ret = path_from_stashed(&pid->stashed, pidfs_mnt, get_pid(pid), &path); in pidfs_alloc_file()
|
| /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 | 298 stashed. In the new mount api the credentials of the task creating the 300 stashed. 322 b) check if stashed credentials would be allowed real operation on lower or 331 the stashed credentials do not have (2). This also means that it is possible 333 however, the stashed credentials will have sufficient privileges to 359 the stashed mounter's credentials through their own mounts, which may
|
| H A D | idmappings.rst | 359 (To be precise, the kernel will simply look at the kernel ids stashed in the
|