HomeSort by relevance Sort by last modified time
    Searched defs:mount (Results 26 - 30 of 30) sorted by null

12

  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsyscall_linux_ppc64le.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_sparc64.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 348 char mount[128]; member in struct:ocfs_volume_header
  /external/toybox/generated/
globals.h 93 // toys/lsb/mount.c
1349 struct mount_data mount; member in union:global_union
  /external/u-boot/fs/ubifs/
ubifs.h 353 * Saved mount options for lazy filesystems using
396 #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */
398 struct dentry *(*mount) (struct file_system_type *, int, member in struct:file_system_type
417 /* include/linux/mount.h */
473 * These are the fs-independent mount-flags: up to 32 flags are supported
475 #define MS_RDONLY 1 /* Mount read-only */
    [all...]

Completed in 448 milliseconds

12