HomeSort by relevance Sort by last modified time
    Searched defs:fs_proc_check (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
util.c 662 int fs_proc_check(const char *fs_name) function
  /external/e2fsprogs/lib/blkid/
probe.c 167 static int fs_proc_check(const char *fs_name) function
290 ret = (fs_proc_check("ext2") || check_for_modules("ext2"));
303 ret = (fs_proc_check("ext4") || check_for_modules("ext4"));
316 ret = (fs_proc_check("ext4dev") || check_for_modules("ext4dev"));
    [all...]

Completed in 57 milliseconds