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()
834 if (ctx->subtype) in fuse_parse_param()836 ctx->subtype = param->string; in fuse_parse_param()920 kfree(ctx->subtype); in fuse_free_fsc()1740 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()1741 ctx->subtype = NULL; in fuse_fill_super_common()
602 const char *subtype; member
2963 const char *subtype = NULL; in do_new_mount() local2974 subtype = strchr(fstype, '.'); in do_new_mount()2975 if (subtype) { in do_new_mount()2976 subtype++; in do_new_mount()2977 if (!*subtype) { in do_new_mount()2995 if (subtype) in do_new_mount()2997 subtype, strlen(subtype)); in do_new_mount()
271 n.subtype = WATCH_META_LOSS_NOTIFICATION; in pipe_read()