Searched refs:stashed (Results 1 – 11 of 11) 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 | internal.h | 328 struct dentry *(*stash_dentry)(struct dentry **stashed, 333 int path_from_stashed(struct dentry **stashed, struct vfsmount *mnt, void *data, 336 struct dentry *stash_dentry(struct dentry **stashed, struct dentry *dentry); 337 struct dentry *stashed_dentry_get(struct dentry **stashed);
|
| H A D | pidfs.c | 134 pid->stashed = NULL; in pidfs_add_pid() 159 VFS_WARN_ON_ONCE(pid->stashed); in pidfs_free_pid() 839 ret = path_from_stashed(&pid->stashed, pidfs_mnt, pid, &path); in pidfs_fh_to_dentry() 951 static struct dentry *pidfs_stash_dentry(struct dentry **stashed, in pidfs_stash_dentry() argument 957 VFS_WARN_ON_ONCE(stashed != &pid->stashed); in pidfs_stash_dentry() 963 return stash_dentry(stashed, dentry); in pidfs_stash_dentry() 1071 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() 116 err = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in open_namespace() 320 ret = path_from_stashed(&ns->stashed, nsfs_mnt, ns, &path); in ns_ioctl() 610 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/ns/ |
| H A D | ns_common_types.h | 112 struct dentry *stashed; member
|
| /linux/include/linux/ |
| H A D | ns_common.h | 35 .stashed = NULL, \
|
| H A D | pid.h | 64 struct dentry *stashed; member
|
| /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
|