Home
last modified time | relevance | path

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

/linux/fs/
H A Dmount.h45 struct mount { struct
47 struct mount *mnt_parent; argument
48 struct dentry *mnt_mountpoint; argument
49 struct vfsmount mnt; argument
61 struct list_head mnt_mounts; /* list of children, anchored here */ argument
63 struct mount *mnt_next_for_sb; /* the next two fields are hlist_node, */ argument
70 struct list_head mnt_share; /* circular list of shared mounts */ argument
71 struct hlist_head mnt_slave_list;/* list of slave mounts */ argument
73 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
83 struct mountpoint *mnt_mp; /* where is it mounted */ argument
[all …]
H A Dfhandle.c288 static bool capable_wrt_mount(struct mount *mount) in capable_wrt_mount()
H A Dnamespace.c4360 SYSCALL_DEFINE5(mount,char __user *,dev_name,char __user *,dir_name,char __user *,type,unsigned long,flags,void __user *,data) SYSCALL_DEFINE5() argument
[all...]
/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.c27 static struct vfsmount *mount; variable
/linux/tools/testing/selftests/cgroup/
H A Dcgroup_util.c
/linux/tools/testing/selftests/cgroup/lib/
H A Dcgroup_util.c263 char *fs, *mount, *type, *options; in cg_find_root() local
/linux/arch/mips/include/asm/
H A Dsgiarcs.h229 LONG mount; member
/linux/security/apparmor/
H A Dapparmorfs.c2611 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.c7625 TEST_F(audit_layout1,mount) TEST_F() argument
[all...]