Searched refs:subtype (Results 1 – 8 of 8) sorted by relevance
40 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()42 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()44 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()54 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()62 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
129 uint8_t subtype) in udf_get_extendedattr() argument168 gaf->attrSubtype == subtype) in udf_get_extendedattr()
631 unsigned int subtype) in xchk_scrub_create_subord() argument643 sub->sc.ops = &meta_scrub_ops[subtype]; in xchk_scrub_create_subord()644 sub->sc.sm->sm_type = subtype; in xchk_scrub_create_subord()
237 unsigned int subtype);
820 if (ctx->subtype) in fuse_parse_param()822 ctx->subtype = param->string; in fuse_parse_param()892 kfree(ctx->subtype); in fuse_free_fsc()1814 sb->s_subtype = ctx->subtype; in fuse_fill_super_common()1815 ctx->subtype = NULL; in fuse_fill_super_common()
603 const char *subtype; member
3766 const char *subtype = NULL; in do_new_mount() local3777 subtype = strchr(fstype, '.'); in do_new_mount()3778 if (subtype) { in do_new_mount()3779 subtype++; in do_new_mount()3780 if (!*subtype) { in do_new_mount()3798 if (subtype) in do_new_mount()3800 subtype, strlen(subtype)); in do_new_mount()
308 n.subtype = WATCH_META_LOSS_NOTIFICATION; in anon_pipe_read()
Completed in 31 milliseconds