Searched refs:subtype (Results 1 – 5 of 5) sorted by relevance
42 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()44 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()46 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()56 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()58 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()64 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
149 uint8_t subtype) in udf_get_extendedattr() argument179 gaf->attrSubtype == subtype) in udf_get_extendedattr()
489 if (ctx->subtype) in fuse_parse_param()491 ctx->subtype = param->string; in fuse_parse_param()551 kfree(ctx->subtype); in fuse_free_fc()1144 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()1145 ctx->subtype = NULL; in fuse_fill_super_common()
485 const char *subtype; member
2816 const char *subtype = NULL; in do_new_mount() local2827 subtype = strchr(fstype, '.'); in do_new_mount()2828 if (subtype) { in do_new_mount()2829 subtype++; in do_new_mount()2830 if (!*subtype) { in do_new_mount()2842 if (subtype) in do_new_mount()2844 subtype, strlen(subtype)); in do_new_mount()