/openbmc/linux/fs/ |
H A D | mount.h | 39 struct mount { struct 41 struct mount *mnt_parent; argument 42 struct dentry *mnt_mountpoint; argument 43 struct vfsmount mnt; argument 56 struct list_head mnt_instance; /* mount instance on sb->s_mounts */ argument 60 struct list_head mnt_share; /* circular list of shared mounts */ argument 61 struct list_head mnt_slave_list;/* list of slave mounts */ argument 63 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument 65 struct mountpoint *mnt_mp; /* where is it mounted */ argument 75 int mnt_id; /* mount identifier */ argument [all …]
|
H A D | binfmt_elf_test.c | 14 struct elf_phdr mount[] = { in total_mapping_size_test() local
|
H A D | libfs.c | 982 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() 1003 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs()
|
H A D | namespace.c | 3880 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() argument
|
/openbmc/qemu/qga/ |
H A D | commands-bsd.c | 35 FsMount *mount; in build_fs_mount_list() local 81 struct FsMount *mount; in qmp_guest_fsfreeze_do_freeze_list() local
|
H A D | commands-linux.c | 65 FsMount *mount; in build_fs_mount_list_from_mtab() local 133 FsMount *mount; in build_fs_mount_list() local 200 struct FsMount *mount; in qmp_guest_fsfreeze_do_freeze_list() local 256 FsMount *mount; in qmp_guest_fsfreeze_do_thaw() local 1059 static GuestFilesystemInfo *build_guest_fsinfo(struct FsMount *mount, in build_guest_fsinfo() 1093 struct FsMount *mount; in qmp_guest_get_fsinfo() local 1131 struct FsMount *mount; in qmp_guest_fstrim() local
|
H A D | commands-posix.c | 700 FsMount *mount, *temp; in free_fs_mount_list() local
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_ums.py | 146 def mount(): function
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_extent_busy.h | 36 struct xfs_mount *mount; member
|
/openbmc/linux/security/ |
H A D | inode.c | 25 static struct vfsmount *mount; variable
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 201 char *fs, *mount, *type, *options; in cg_find_unified_root() local
|
/openbmc/linux/fs/f2fs/ |
H A D | node.c | 2469 bool sync, bool mount) in __f2fs_build_free_nids() 2550 int f2fs_build_free_nids(struct f2fs_sb_info *sbi, bool sync, bool mount) in f2fs_build_free_nids()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 725 int mount(const char *src, const char *tgt, in mount() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sgiarcs.h | 229 LONG mount; member
|
/openbmc/linux/security/apparmor/ |
H A D | apparmorfs.c | 2531 struct vfsmount *mount = NULL; in aa_mk_null_file() local
|
/openbmc/linux/security/tomoyo/ |
H A D | common.h | 489 } mount; member
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 398 struct dentry *(*mount) (struct file_system_type *, int, member
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 2378 struct dentry *(*mount) (struct file_system_type *, int, member
|