Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h49 struct mount { struct
51 struct mount *mnt_parent; argument
52 struct dentry *mnt_mountpoint; argument
53 struct vfsmount mnt; argument
65 struct list_head mnt_mounts; /* list of children, anchored here */ argument
67 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
71 struct list_head mnt_share; /* circular list of shared mounts */ argument
72 struct hlist_head mnt_slave_list;/* list of slave mounts */ argument
74 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
76 struct mountpoint *mnt_mp; /* where is it mounted */ argument
[all …]
H A Dlibfs.c1076 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
1097 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
H A Dnamespace.c4324 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/linux/fs/tests/
H A Dbinfmt_elf_kunit.c14 struct elf_phdr mount[] = { in total_mapping_size_test() local
/linux/tools/include/nolibc/sys/
H A Dmount.h30 int mount(const char *src, const char *tgt, in mount() function
/linux/security/
H A Dinode.c25 static struct vfsmount *mount; variable
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c
/linux/fs/f2fs/
H A Dnode.c2519 bool sync, bool mount) in __f2fs_build_free_nids()
2601 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 Dsgiarcs.h229 LONG mount; member
/linux/security/apparmor/
H A Dapparmorfs.c2561 struct vfsmount *mount = NULL; in aa_mk_null_file() local
/linux/security/tomoyo/
H A Dcommon.h489 } mount; member
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c6171 TEST_F(audit_layout1, mount) in TEST_F() argument
/linux/include/linux/
H A Dfs.h2685 struct dentry *(*mount) (struct file_system_type *, int, member