Searched refs:fs_struct (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/include/linux/
H A Dfs_struct.h9 struct fs_struct { struct
21 extern void set_fs_root(struct fs_struct *, const struct path *);
22 extern void set_fs_pwd(struct fs_struct *, const struct path *);
23 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
24 extern void free_fs_struct(struct fs_struct *);
27 static inline void get_fs_root(struct fs_struct *fs, struct path *root)
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)
H A Dmnt_namespace.h7 struct fs_struct;
12 struct user_namespace *, struct fs_struct *);
H A Dnsproxy.h14 struct fs_struct;
57 struct fs_struct *fs;
101 struct cred *, struct fs_struct *);
H A Dinit_task.h26 extern struct fs_struct init_fs;
H A Dsched.h58 struct fs_struct;
1100 struct fs_struct *fs;
/linux-master/fs/
H A Dfs_struct.c8 #include <linux/fs_struct.h>
15 void set_fs_root(struct fs_struct *fs, const struct path *path)
34 void set_fs_pwd(struct fs_struct *fs, const struct path *path)
61 struct fs_struct *fs;
88 void free_fs_struct(struct fs_struct *fs)
97 struct fs_struct *fs = tsk->fs;
112 struct fs_struct *copy_fs_struct(struct fs_struct *old)
114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL);
135 struct fs_struct *f
[all...]
H A Dd_path.c5 #include <linux/fs_struct.h>
239 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root)
382 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root,
H A Dfhandle.c9 #include <linux/fs_struct.h>
123 struct fs_struct *fs = current->fs;
H A Dkernel_read_file.c3 #include <linux/fs_struct.h>
H A DMakefile16 stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \
H A Dinit.c10 #include <linux/fs_struct.h>
H A Dproc_namespace.c13 #include <linux/fs_struct.h>
H A Dcoredump.c36 #include <linux/fs_struct.h>
/linux-master/kernel/
H A Dnsproxy.c22 #include <linux/fs_struct.h>
69 struct fs_struct *new_fs)
214 struct nsproxy **new_nsp, struct cred *new_cred, struct fs_struct *new_fs)
346 /* Only create a temporary copy of fs_struct if we really need to. */
525 /* We only need to commit if we have used a temporary fs_struct. */
H A Dusermode_driver.c8 #include <linux/fs_struct.h>
H A Dumh.c17 #include <linux/fs_struct.h>
78 * 'struct fs_struct'. Reset umask to the default.
H A Dfork.c80 #include <linux/fs_struct.h>
425 /* SLAB cache for fs_struct structures (tsk->fs) */
1750 struct fs_struct *fs = current->fs;
3180 sizeof(struct fs_struct), 0,
3228 static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
3230 struct fs_struct *fs = current->fs;
3275 struct fs_struct *fs, *new_fs = NULL;
H A Duser_namespace.c21 #include <linux/fs_struct.h>
/linux-master/security/apparmor/
H A Dpath.c18 #include <linux/fs_struct.h>
/linux-master/fs/proc/
H A Dtask_nommu.c6 #include <linux/fs_struct.h>
H A Darray.c92 #include <linux/fs_struct.h>
/linux-master/init/
H A Ddo_mounts.c17 #include <linux/fs_struct.h>
/linux-master/fs/cachefiles/
H A Ddaemon.c21 #include <linux/fs_struct.h>
/linux-master/fs/nfsd/
H A Dnfssvc.c13 #include <linux/fs_struct.h>
/linux-master/fs/exfat/
H A Dsuper.c16 #include <linux/fs_struct.h>

Completed in 424 milliseconds

12