Searched refs:checkflags (Results 1 – 1 of 1) sorted by relevance
1028 …uint32_t checkflags = (internal_flags & (KERNEL_MOUNT_VOLBYROLE_MASK | KERNEL_MOUNT_BASESYSTEMROOT… in mount_common() local1030 while (checkflags != 0) { in mount_common()1031 checkflags &= (checkflags - 1); in mount_common()