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