Searched defs:mount (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ |
H A D | mount.h | 43 struct mount { struct 45 struct mount *mnt_parent; argument 46 struct dentry *mnt_mountpoint; argument 47 struct vfsmount mnt; argument 59 struct list_head mnt_mounts; /* list of children, anchored here */ argument 61 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 65 struct list_head mnt_share; /* circular list of shared mounts */ argument 66 struct list_head mnt_slave_list;/* list of slave mounts */ argument 68 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 70 struct mountpoint *mnt_mp; /* where is it mounted */ argument [all …]
|
H A D | libfs.c | 1062 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 1083 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
H A D | namespace.c | 4088 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/linux/fs/tests/ |
H A D | binfmt_elf_kunit.c | 14 struct elf_phdr mount[] = { in total_mapping_size_test() local
|
/linux/security/ |
H A D | inode.c | 25 static struct vfsmount *mount; variable
|
/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 223 char *fs, *mount, *type, *options; in cg_find_unified_root() local
|
/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 229 LONG mount; member
|
/linux/security/apparmor/ |
H A D | apparmorfs.c | 2544 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
/linux/security/tomoyo/ |
H A D | common.h | 489 } mount; member
|
/linux/include/linux/ |
H A D | fs.h | 2622 struct dentry *(*mount) (struct file_system_type *, int, member
|