Home
last modified time | relevance | path

Searched defs:mount (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/
Dmount.h34 struct mount { struct
36 struct mount *mnt_parent; argument
37 struct dentry *mnt_mountpoint; argument
38 struct vfsmount mnt; argument
49 struct list_head mnt_mounts; /* list of children, anchored here */ argument
51 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
55 struct list_head mnt_share; /* circular list of shared mounts */ argument
56 struct list_head mnt_slave_list;/* list of slave mounts */ argument
58 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
60 struct mountpoint *mnt_mp; /* where is it mounted */ argument
[all …]
Dcompat.c92 COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name, in COMPAT_SYSCALL_DEFINE5() argument
Dlibfs.c579 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
600 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
Dnamespace.c3052 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/linux-4.19.296/fs/f2fs/
Dnode.c2257 bool sync, bool mount) in __f2fs_build_free_nids()
2329 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
/linux-4.19.296/include/linux/
Dfs.h2139 struct dentry *(*mount) (struct file_system_type *, int, member