Searched defs:mount (Results 1 – 5 of 5) sorted by relevance
| /fs/ |
| D | mount.h | 33 struct mount { struct 35 struct mount *mnt_parent; argument 36 struct dentry *mnt_mountpoint; argument 37 struct vfsmount mnt; argument 48 struct list_head mnt_mounts; /* list of children, anchored here */ argument 50 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 54 struct list_head mnt_share; /* circular list of shared mounts */ argument 55 struct list_head mnt_slave_list;/* list of slave mounts */ argument 57 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 59 struct mountpoint *mnt_mp; /* where is it mounted */ argument [all …]
|
| D | libfs.c | 572 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 593 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
| D | compat.c | 775 COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name, in COMPAT_SYSCALL_DEFINE5() argument
|
| D | namespace.c | 3028 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
| /fs/f2fs/ |
| D | node.c | 2050 static void __build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in __build_free_nids() 2109 void build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in build_free_nids()
|