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.c834 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()
Dfuse_i.h602 const char *subtype; member
/fs/
Dnamespace.c2963 const char *subtype = NULL; in do_new_mount() local
2974 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()
Dpipe.c271 n.subtype = WATCH_META_LOSS_NOTIFICATION; in pipe_read()