Home
last modified time | relevance | path

Searched refs:mount_flags (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0002-linux-syslinux-implement-open_ext2_fs.patch61 + int open_flag = EXT2_FLAG_RW, mount_flags;
83 + retval = ext2fs_check_if_mounted(device, &mount_flags);
90 + if (mount_flags & EXT2_MF_MOUNTED) {
/openbmc/qemu/linux-user/
H A Dstrace.c1127 UNUSED static const struct flags mount_flags[] = { variable
3810 print_flags(mount_flags, arg3, 0); in print_mount()