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

/external/squashfs-tools/kernel/fs/squashfs/
H A Dsuper.c342 static int squashfs_get_sb(struct file_system_type *fs_type, int flags, argument
346 return get_sb_bdev(fs_type, flags, dev_name, data, squashfs_fill_super,
/external/e2fsprogs/misc/
H A Dblkid.c135 static void pretty_print_line(const char *device, const char *fs_type, argument
161 len = pretty_print_word(fs_type, fs_type_len, len, 0);
172 const char *uuid = "", *fs_type = "", *label = ""; local
178 pretty_print_line("device", "fs_type", "label",
196 fs_type = value;
216 pretty_print_line(devname, fs_type, label, mtpt, uuid);
H A Dfsck.c744 static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp) argument
750 if (fs_type) {
751 for (cp=fs_type; *cp; cp++) {
768 if (!fs_type)
771 list = string_copy(fs_type);
H A Dmke2fs.c1050 static char **parse_fs_type(const char *fs_type, argument
1072 if (fs_type)
1073 ext_type = fs_type;
1096 profile_get_string(profile, "defaults", "fs_type", 0,
1155 _("\nWarning: the fs_type %s is not "
1293 char * fs_type = 0; local
1570 if (fs_type) {
1575 fs_type = strdup(optarg);
1713 if (!fs_type)
1715 "fs_type",
[all...]
/external/freetype/include/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dt1types.h88 FT_UShort fs_type; member in struct:PS_FontExtraRec_
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h136 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon6981::__anon6982
159 __u8 fs_type[8]; /* file system type */ member in struct:fat_boot_sector::__anon6981::__anon6983
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c116 struct lp_type fs_type,
130 assert(fs_type.width == 32);
131 assert(fs_type.length <= Elements(bits));
132 mask_type = lp_int_type(fs_type);
142 assert(fs_type.length == 4);
149 assert(fs_type.length == 4);
169 for (i = 0; i < fs_type.length / 4; i++) {
176 mask = LLVMBuildAnd(builder, mask, LLVMConstVector(bits, fs_type.length), "");
770 struct lp_type fs_type; local
832 memset(&fs_type,
115 generate_quad_mask(struct gallivm_state *gallivm, struct lp_type fs_type, unsigned first_quad, LLVMValueRef mask_input) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dos2_table.cc324 void OS2Table::Builder::SetFsType(int32_t fs_type) { argument
325 InternalWriteData()->WriteUShort(Offset::kFsType, fs_type);

Completed in 550 milliseconds