Searched defs:mount (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ |
D | mount.h | 30 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 …]
|
D | libfs.c | 538 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()
|
D | namespace.c | 2893 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
D | compat.c | 789 COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name, in COMPAT_SYSCALL_DEFINE5() argument
|
/linux-4.4.14/security/ |
D | inode.c | 25 static struct vfsmount *mount; variable
|
/linux-4.4.14/arch/mips/include/asm/ |
D | sgiarcs.h | 227 LONG mount; member
|
/linux-4.4.14/security/tomoyo/ |
D | common.h | 485 } mount; member
|
/linux-4.4.14/include/linux/ |
D | fs.h | 1942 struct dentry *(*mount) (struct file_system_type *, int, member
|