Searched defs:fs_struct (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dfs_struct.h8 struct fs_struct { struct
20 extern void set_fs_root(struct fs_struct *, const struct path *);
21 extern void set_fs_pwd(struct fs_struct *, const struct path *);
22 extern struct fs_struct *copy_fs_struct(struct fs_struct *);
23 extern void free_fs_struct(struct fs_struct *);
26 static inline void get_fs_root(struct fs_struct *fs, struct path *root)
34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)

Completed in 709 milliseconds