Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dmount.h40 struct mount { struct
42 struct mount *mnt_parent; argument
43 struct dentry *mnt_mountpoint; argument
44 struct vfsmount mnt; argument
55 struct list_head mnt_mounts; /* list of children, anchored here */ argument
57 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
61 struct list_head mnt_share; /* circular list of shared mounts */ argument
62 struct list_head mnt_slave_list;/* list of slave mounts */ argument
64 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
66 struct mountpoint *mnt_mp; /* where is it mounted */ argument
[all …]
Dlibfs.c670 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
691 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
Dnamespace.c3403 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/Linux-v5.10/security/
Dinode.c25 static struct vfsmount *mount; variable
/Linux-v5.10/tools/testing/selftests/cgroup/
Dcgroup_util.c194 char *fs, *mount, *type; in cg_find_unified_root() local
/Linux-v5.10/fs/nfsd/
Dnfs4proc.c1170 struct vfsmount **mount) in nfsd4_interssc_connect()
1267 struct nfsd4_copy *copy, struct vfsmount **mount) in nfsd4_setup_inter_ssc()
1313 struct vfsmount **mount) in nfsd4_setup_inter_ssc()
/Linux-v5.10/fs/f2fs/
Dnode.c2367 bool sync, bool mount) in __f2fs_build_free_nids()
2441 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
/Linux-v5.10/fs/zonefs/
Dsuper.c215 bool mount) in zonefs_check_zone_condition()
/Linux-v5.10/arch/mips/include/asm/
Dsgiarcs.h229 LONG mount; member
/Linux-v5.10/security/apparmor/
Dapparmorfs.c2499 struct vfsmount *mount = NULL; in aa_mk_null_file() local
/Linux-v5.10/security/tomoyo/
Dcommon.h489 } mount; member
/Linux-v5.10/tools/include/nolibc/
Dnolibc.h2024 int mount(const char *src, const char *tgt, in mount() function
/Linux-v5.10/include/linux/
Dfs.h2240 struct dentry *(*mount) (struct file_system_type *, int, member