Searched refs:fs (Results 1 – 7 of 7) sorted by relevance
/kernel/ |
D | fork.c | 972 struct fs_struct *fs = current->fs; in copy_fs() local 975 spin_lock(&fs->lock); in copy_fs() 976 if (fs->in_exec) { in copy_fs() 977 spin_unlock(&fs->lock); in copy_fs() 980 fs->users++; in copy_fs() 981 spin_unlock(&fs->lock); in copy_fs() 984 tsk->fs = copy_fs_struct(fs); in copy_fs() 985 if (!tsk->fs) in copy_fs() 1869 struct fs_struct *fs = current->fs; in unshare_fs() local 1871 if (!(unshare_flags & CLONE_FS) || !fs) in unshare_fs() [all …]
|
D | nsproxy.c | 150 new_ns = create_new_namespaces(flags, tsk, user_ns, tsk->fs); in copy_namespaces() 191 new_fs ? new_fs : current->fs); in unshare_nsproxy_namespaces() 240 new_nsproxy = create_new_namespaces(0, tsk, current_user_ns(), tsk->fs); in SYSCALL_DEFINE2()
|
D | kcmp.c | 151 ret = kcmp_ptr(task1->fs, task2->fs, KCMP_FS); in SYSCALL_DEFINE5()
|
D | user_namespace.c | 978 if (current->fs->users != 1) in userns_install()
|
D | auditsc.c | 1775 get_fs_pwd(current->fs, &context->pwd); in __audit_getname()
|
D | sys.c | 1642 mask = xchg(¤t->fs->umask, mask & S_IRWXUGO); in SYSCALL_DEFINE1()
|
/kernel/gcov/ |
D | Makefile | 27 obj-$(CONFIG_GCOV_KERNEL) := base.o fs.o
|