Searched defs:mount (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/ |
| H A D | mount.h | 44 struct mount { struct 46 struct mount *mnt_parent; argument 47 struct dentry *mnt_mountpoint; argument 48 struct vfsmount mnt; argument 60 struct list_head mnt_mounts; /* list of children, anchored here */ argument 62 struct mount *mnt_next_for_sb; /* the next two fields are hlist_node, */ argument 69 struct list_head mnt_share; /* circular list of shared mounts */ argument 70 struct hlist_head mnt_slave_list;/* list of slave mounts */ argument 72 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 74 struct mountpoint *mnt_mp; /* where is it mounted */ argument [all …]
|
| H A D | libfs.c | 1103 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 1124 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
| /linux/fs/tests/ |
| H A D | binfmt_elf_kunit.c | 14 struct elf_phdr mount[] = { in total_mapping_size_test() local
|
| /linux/tools/include/nolibc/sys/ |
| H A D | mount.h | 30 int mount(const char *src, const char *tgt, in mount() function
|
| /linux/security/ |
| H A D | inode.c | 27 static struct vfsmount *mount; variable
|
| /linux/tools/testing/selftests/cgroup/lib/ |
| H A D | cgroup_util.c | 226 char *fs, *mount, *type, *options; in cg_find_root() local
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | cgroup_util.c | |
| /linux/fs/f2fs/ |
| H A D | node.c | 2544 bool sync, bool mount) in __f2fs_build_free_nids() 2626 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
| /linux/arch/mips/include/asm/ |
| H A D | sgiarcs.h | 229 LONG mount; member
|
| /linux/security/apparmor/ |
| H A D | apparmorfs.c | 2566 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
| /linux/security/tomoyo/ |
| H A D | common.h | 489 } mount; member
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 7629 TEST_F(audit_layout1, mount) in TEST_F() argument
|
| /linux/include/linux/ |
| H A D | fs.h | 2277 struct dentry *(*mount) (struct file_system_type *, int, member
|