Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dmount.h55 struct mount { struct
57 struct mount *mnt_parent; argument
58 struct dentry *mnt_mountpoint; argument
59 struct vfsmount mnt; argument
73 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
78 struct list_head mnt_slave_list;/* list of slave mounts */ argument
80 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
82 struct mountpoint *mnt_mp; /* where is it mounted */ argument
94 int mnt_id; /* mount identifier, reused */ argument
95 u64 mnt_id_unique; /* mount ID unique until reboot */ argument
[all …]
H A Dlibfs.c1062 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 Dnamespace.c4409 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/linux-6.15/fs/tests/
H A Dbinfmt_elf_kunit.c14 struct elf_phdr mount[] = { in total_mapping_size_test() local
/linux-6.15/security/
H A Dinode.c25 static struct vfsmount *mount; variable
/linux-6.15/tools/testing/selftests/cgroup/
H A Dcgroup_util.c223 char *fs, *mount, *type, *options; in cg_find_unified_root() local
/linux-6.15/fs/f2fs/
H A Dnode.c2511 bool sync, bool mount) in __f2fs_build_free_nids()
2592 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
/linux-6.15/tools/include/nolibc/
H A Dsys.h760 int mount(const char *src, const char *tgt, in mount() function
/linux-6.15/arch/mips/include/asm/
H A Dsgiarcs.h229 LONG mount; member
/linux-6.15/security/apparmor/
H A Dapparmorfs.c2544 struct vfsmount *mount = NULL; in aa_mk_null_file() local
/linux-6.15/security/tomoyo/
H A Dcommon.h489 } mount; member
/linux-6.15/tools/testing/selftests/landlock/
H A Dfs_test.c6131 TEST_F(audit_layout1, mount) in TEST_F() argument
/linux-6.15/include/linux/
H A Dfs.h2621 struct dentry *(*mount) (struct file_system_type *, int, member