Home
last modified time | relevance | path

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

/linux/fs/
A Dmount.h35 struct mount { struct
37 struct mount *mnt_parent; argument
38 struct dentry *mnt_mountpoint; argument
39 struct vfsmount mnt; argument
52 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument
60 struct list_head mnt_slave_list;/* list of slave mounts */ argument
62 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
64 struct mountpoint *mnt_mp; /* where is it mounted */ argument
74 int mnt_id; /* mount identifier, reused */ argument
75 u64 mnt_id_unique; /* mount ID unique until reboot */ argument
[all …]
A Dlibfs.c1065 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs()
1086 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
A Dnamespace.c4034 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
/linux/fs/tests/
A Dbinfmt_elf_kunit.c14 struct elf_phdr mount[] = { in total_mapping_size_test() local
/linux/fs/xfs/
A Dxfs_extent_busy.h36 struct xfs_mount *mount; member
/linux/security/
A Dinode.c25 static struct vfsmount *mount; variable
/linux/tools/testing/selftests/cgroup/
A Dcgroup_util.c223 char *fs, *mount, *type, *options; in cg_find_unified_root() local
/linux/fs/f2fs/
A Dnode.c2481 bool sync, bool mount) in __f2fs_build_free_nids()
2562 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
/linux/tools/include/nolibc/
A Dsys.h737 int mount(const char *src, const char *tgt, in mount() function
/linux/arch/mips/include/asm/
A Dsgiarcs.h229 LONG mount; member
/linux/security/apparmor/
A Dapparmorfs.c2543 struct vfsmount *mount = NULL; in aa_mk_null_file() local
/linux/security/tomoyo/
A Dcommon.h489 } mount; member
/linux/include/linux/
A Dfs.h2548 struct dentry *(*mount) (struct file_system_type *, int, member

Completed in 57 milliseconds