Searched defs:mount (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.4/fs/ | 
| D | mount.h | 34 struct mount {  struct36 	struct mount *mnt_parent;  argument
 37 	struct dentry *mnt_mountpoint;  argument
 38 	struct vfsmount mnt;  argument
 49 	struct list_head mnt_mounts;	/* list of children, anchored here */  argument
 51 	struct list_head mnt_instance;	/* mount instance on sb->s_mounts */  argument
 55 	struct list_head mnt_share;	/* circular list of shared mounts */  argument
 56 	struct list_head mnt_slave_list;/* list of slave mounts */  argument
 58 	struct mount *mnt_master;	/* slave is on master->mnt_slave_list */  argument
 60 	struct mountpoint *mnt_mp;	/* where is it mounted */  argument
 [all …]
 
 | 
| D | compat.c | 89 COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name,  in COMPAT_SYSCALL_DEFINE5()  argument
 | 
| D | libfs.c | 598 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count)  in simple_pin_fs()619 void simple_release_fs(struct vfsmount **mount, int *count)  in simple_release_fs()
 
 | 
| D | namespace.c | 3362 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name,  in SYSCALL_DEFINE5()  argument
 | 
| /Linux-v5.4/security/ | 
| D | inode.c | 25 static struct vfsmount *mount;  variable
 | 
| /Linux-v5.4/tools/testing/selftests/cgroup/ | 
| D | cgroup_util.c | 177 	char *fs, *mount, *type;  in cg_find_unified_root()  local
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | node.c | 2308 						bool sync, bool mount)  in __f2fs_build_free_nids()2380 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount)  in f2fs_build_free_nids()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | sgiarcs.h | 227 	LONG	mount;  member
 | 
| /Linux-v5.4/security/apparmor/ | 
| D | apparmorfs.c | 2410 	struct vfsmount *mount = NULL;  in aa_mk_null_file()  local
 | 
| /Linux-v5.4/security/tomoyo/ | 
| D | common.h | 489 		} mount;  member
 | 
| /Linux-v5.4/tools/include/nolibc/ | 
| D | nolibc.h | 2024 int mount(const char *src, const char *tgt,  in mount()  function
 | 
| /Linux-v5.4/include/linux/ | 
| D | fs.h | 2221 	struct dentry *(*mount) (struct file_system_type *, int,  member
 |