Searched defs:mount (Results 1 – 13 of 13) sorted by relevance
/linux-6.8/fs/ |
D | mount.h | 33 struct mount { struct 35 struct mount *mnt_parent; argument 36 struct dentry *mnt_mountpoint; argument 37 struct vfsmount mnt; argument 48 struct list_head mnt_mounts; /* list of children, anchored here */ argument 50 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 57 struct list_head mnt_share; /* circular list of shared mounts */ argument 58 struct list_head mnt_slave_list;/* list of slave mounts */ argument 60 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 62 struct mountpoint *mnt_mp; /* where is it mounted */ argument [all …]
|
D | binfmt_elf_test.c | 14 struct elf_phdr mount[] = { in total_mapping_size_test() local
|
D | libfs.c | 975 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 996 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
D | namespace.c | 3875 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/linux-6.8/fs/xfs/ |
D | xfs_extent_busy.h | 36 struct xfs_mount *mount; member
|
/linux-6.8/security/ |
D | inode.c | 25 static struct vfsmount *mount; variable
|
/linux-6.8/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 201 char *fs, *mount, *type; in cg_find_unified_root() local
|
/linux-6.8/fs/f2fs/ |
D | node.c | 2461 bool sync, bool mount) in __f2fs_build_free_nids() 2542 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
/linux-6.8/tools/include/nolibc/ |
D | sys.h | 736 int mount(const char *src, const char *tgt, in mount() function
|
/linux-6.8/arch/mips/include/asm/ |
D | sgiarcs.h | 229 LONG mount; member
|
/linux-6.8/security/apparmor/ |
D | apparmorfs.c | 2539 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
/linux-6.8/security/tomoyo/ |
D | common.h | 489 } mount; member
|
/linux-6.8/include/linux/ |
D | fs.h | 2456 struct dentry *(*mount) (struct file_system_type *, int, member
|