Searched defs:is_ext4 (Results 1 – 2 of 2) sorted by relevance
31 bool is_ext4 = (buf.f_type == EXT4_SUPER_MAGIC); in TEST() local
257 static int is_ext4(const char *file, char devname[PATH_MAX + 1]) in is_ext4() function