Searched defs:fs (Results 1 – 13 of 13) sorted by relevance
/fs/ |
D | fs_struct.c | 13 void set_fs_root(struct fs_struct *fs, struct path *path) in set_fs_root() 32 void set_fs_pwd(struct fs_struct *fs, struct path *path) in set_fs_pwd() 59 struct fs_struct *fs; in chroot_fs_refs() local 86 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() 95 struct fs_struct *fs = tsk->fs; in exit_fs() local 112 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local 133 struct fs_struct *fs = current->fs; in unshare_fs_struct() local 170 struct fs_struct *fs = current->fs; in daemonize_fs_struct() local
|
D | filesystems.c | 36 void get_filesystem(struct file_system_type *fs) in get_filesystem() 41 void put_filesystem(struct file_system_type *fs) in put_filesystem() 69 int register_filesystem(struct file_system_type * fs) in register_filesystem() 101 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem() 259 struct file_system_type *fs; in __get_fs_type() local 271 struct file_system_type *fs; in get_fs_type() local
|
D | binfmt_aout.c | 73 mm_segment_t fs; in aout_core_dump() local
|
D | fhandle.c | 119 struct fs_struct *fs = current->fs; in get_vfsmount_from_fd() local
|
D | super.c | 252 struct file_system_type *fs = s->s_type; in deactivate_locked_super() local
|
D | namei.c | 423 struct fs_struct *fs = current->fs; in unlazy_walk() local 565 struct fs_struct *fs = current->fs; in set_root_rcu() local 1654 struct fs_struct *fs = current->fs; in path_init() local
|
D | binfmt_elf.c | 1161 mm_segment_t fs = get_fs(); in vma_dump_size() local 1905 mm_segment_t fs; in elf_core_dump() local
|
D | namespace.c | 2289 struct user_namespace *user_ns, struct fs_struct *fs) in dup_mnt_ns() 2722 struct fs_struct *fs = current->fs; in mntns_install() local
|
D | binfmt_elf_fdpic.c | 1587 mm_segment_t fs; in elf_fdpic_core_dump() local
|
/fs/gfs2/ |
D | util.h | 17 #define fs_printk(level, fs, fmt, arg...) \ argument 20 #define fs_info(fs, fmt, arg...) \ argument 23 #define fs_warn(fs, fmt, arg...) \ argument 26 #define fs_err(fs, fmt, arg...) \ argument
|
/fs/autofs4/ |
D | waitq.c | 63 mm_segment_t fs; in autofs4_write() local
|
/fs/hpfs/ |
D | anode.c | 69 unsigned fs; in hpfs_add_sector_to_btree() local
|
/fs/yaffs2/ |
D | yaffs_vfs.c | 2889 static int yaffs_read_super(struct file_system_type *fs, 2898 static struct super_block *yaffs_read_super(struct file_system_type *fs, 2945 static int yaffs2_read_super(struct file_system_type *fs, 2953 static struct super_block *yaffs2_read_super(struct file_system_type *fs,
|