Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmount.h30 struct mount { struct
32 struct mount *mnt_parent; argument
33 struct dentry *mnt_mountpoint; argument
34 struct vfsmount mnt; argument
45 struct list_head mnt_mounts; /* list of children, anchored here */ argument
47 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
51 struct list_head mnt_share; /* circular list of shared mounts */ argument
52 struct list_head mnt_slave_list;/* list of slave mounts */ argument
54 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
56 struct mountpoint *mnt_mp; /* where is it mounted */ argument
[all …]
Dlibfs.c538 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
559 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
Dnamespace.c2893 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
Dcompat.c789 COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name, in COMPAT_SYSCALL_DEFINE5() argument
/linux-4.4.14/security/
Dinode.c25 static struct vfsmount *mount; variable
/linux-4.4.14/arch/mips/include/asm/
Dsgiarcs.h227 LONG mount; member
/linux-4.4.14/security/tomoyo/
Dcommon.h485 } mount; member
/linux-4.4.14/include/linux/
Dfs.h1942 struct dentry *(*mount) (struct file_system_type *, int, member