Searched refs:subtype (Results 1 – 6 of 6) 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() argument188 gaf->attrSubtype == subtype) in udf_get_extendedattr()
566 if (ctx->subtype) in fuse_parse_param()568 ctx->subtype = param->string; in fuse_parse_param()628 kfree(ctx->subtype); in fuse_free_fc()1374 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()1375 ctx->subtype = NULL; in fuse_fill_super_common()
525 const char *subtype; member
2868 const char *subtype = NULL; in do_new_mount() local2879 subtype = strchr(fstype, '.'); in do_new_mount()2880 if (subtype) { in do_new_mount()2881 subtype++; in do_new_mount()2882 if (!*subtype) { in do_new_mount()2900 if (subtype) in do_new_mount()2902 subtype, strlen(subtype)); in do_new_mount()
271 n.subtype = WATCH_META_LOSS_NOTIFICATION; in pipe_read()