Home
last modified time | relevance | path

Searched defs:fs_type (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/bin/
Dfsinfo.py31 def parse_mke2fs_conf(fs_type, conf_file='/etc/mke2fs.conf'): argument
285 def match_ext_options(fs_type, dev, needed_options): argument
361 def match_mkfs_option(fs_type, dev, needed_options): argument
/external/e2fsprogs/misc/
Dblkid.c135 static void pretty_print_line(const char *device, const char *fs_type, in pretty_print_line()
172 const char *uuid = "", *fs_type = "", *label = ""; in pretty_print_dev() local
Dmke2fs.c1050 static char **parse_fs_type(const char *fs_type, in parse_fs_type()
1293 char * fs_type = 0; in PRS() local
Dfsck.c744 static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp) in compile_fs_type()
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c342 static int squashfs_get_sb(struct file_system_type *fs_type, int flags, in squashfs_get_sb()
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h136 __u8 fs_type[8]; /* file system type */ member
159 __u8 fs_type[8]; /* file system type */ member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c116 struct lp_type fs_type, in generate_quad_mask()
770 struct lp_type fs_type; in generate_fragment() local
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dt1types.h88 FT_UShort fs_type; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dt1types.h88 FT_UShort fs_type; member
/external/freetype/include/freetype/internal/
Dt1types.h89 FT_UShort fs_type; member
/external/libchrome/crypto/
Dnss_util.cc161 base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN; in UseLocalCacheOfNSSDatabaseIfNFS() local
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc326 void OS2Table::Builder::SetFsType(int32_t fs_type) { in SetFsType()