Symbol: fs_struct
fs/d_path.c
239
static void get_fs_root_rcu(struct fs_struct *fs, struct path *root)
fs/d_path.c
382
static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root,
fs/fs_struct.c
107
struct fs_struct *copy_fs_struct(struct fs_struct *old)
fs/fs_struct.c
109
struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL);
fs/fs_struct.c
129
struct fs_struct *fs = current->fs;
fs/fs_struct.c
130
struct fs_struct *new_fs = copy_fs_struct(fs);
fs/fs_struct.c
151
struct fs_struct init_fs = {
fs/fs_struct.c
16
void set_fs_root(struct fs_struct *fs, const struct path *path)
fs/fs_struct.c
33
void set_fs_pwd(struct fs_struct *fs, const struct path *path)
fs/fs_struct.c
58
struct fs_struct *fs;
fs/fs_struct.c
83
void free_fs_struct(struct fs_struct *fs)
fs/fs_struct.c
92
struct fs_struct *fs = tsk->fs;
fs/namei.c
1102
struct fs_struct *fs = current->fs;
fs/namei.c
2726
struct fs_struct *fs = current->fs;
fs/namespace.c
4231
struct user_namespace *user_ns, struct fs_struct *new_fs)
fs/namespace.c
6428
struct fs_struct *fs = nsset->fs;
include/linux/fs_struct.h
21
extern void set_fs_root(struct fs_struct *, const struct path *);
include/linux/fs_struct.h
22
extern void set_fs_pwd(struct fs_struct *, const struct path *);
include/linux/fs_struct.h
23
extern struct fs_struct *copy_fs_struct(struct fs_struct *);
include/linux/fs_struct.h
24
extern void free_fs_struct(struct fs_struct *);
include/linux/fs_struct.h
27
static inline void get_fs_root(struct fs_struct *fs, struct path *root)
include/linux/fs_struct.h
35
static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)
include/linux/init_task.h
26
extern struct fs_struct init_fs;
include/linux/mnt_namespace.h
10
struct fs_struct;
include/linux/mnt_namespace.h
17
struct user_namespace *, struct fs_struct *);
include/linux/nsproxy.h
104
struct cred *, struct fs_struct *);
include/linux/nsproxy.h
14
struct fs_struct;
include/linux/nsproxy.h
57
struct fs_struct *fs;
include/linux/sched.h
1182
struct fs_struct *fs;
include/linux/sched.h
66
struct fs_struct;
kernel/fork.c
1595
struct fs_struct *fs = current->fs;
kernel/fork.c
3036
sizeof(struct fs_struct), 0,
kernel/fork.c
3079
static int unshare_fs(unsigned long unshare_flags, struct fs_struct **new_fsp)
kernel/fork.c
3081
struct fs_struct *fs = current->fs;
kernel/fork.c
3125
struct fs_struct *fs, *new_fs = NULL;
kernel/nsproxy.c
212
struct nsproxy **new_nsp, struct cred *new_cred, struct fs_struct *new_fs)
kernel/nsproxy.c
89
struct fs_struct *new_fs)