Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 6 of 6) sorted by relevance

/fs/proc/
Dproc_tty.c42 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()
/fs/udf/
Dmisc.c149 uint8_t subtype) in udf_get_extendedattr() argument
188 gaf->attrSubtype == subtype) in udf_get_extendedattr()
/fs/fuse/
Dinode.c566 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()
Dfuse_i.h525 const char *subtype; member
/fs/
Dnamespace.c2868 const char *subtype = NULL; in do_new_mount() local
2879 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()
Dpipe.c271 n.subtype = WATCH_META_LOSS_NOTIFICATION; in pipe_read()