Home
last modified time | relevance | path

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

/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/pdfium/third_party/freetype/include/internal/
Dt1types.h88 FT_UShort fs_type; member
/external/freetype/include/internal/
Dt1types.h88 FT_UShort fs_type; member
/external/sfntly/cpp/src/sfntly/table/core/
Dos2_table.cc324 void OS2Table::Builder::SetFsType(int32_t fs_type) { in SetFsType()