Home
last modified time | relevance | path

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

/fs/proc/
A Dproc_tty.c40 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()
/fs/udf/
A Dmisc.c129 uint8_t subtype) in udf_get_extendedattr() argument
168 gaf->attrSubtype == subtype) in udf_get_extendedattr()
/fs/xfs/scrub/
A Dscrub.c631 unsigned int subtype) in xchk_scrub_create_subord() argument
643 sub->sc.ops = &meta_scrub_ops[subtype]; in xchk_scrub_create_subord()
644 sub->sc.sm->sm_type = subtype; in xchk_scrub_create_subord()
A Dscrub.h237 unsigned int subtype);
/fs/fuse/
A Dinode.c820 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()
A Dfuse_i.h603 const char *subtype; member
/fs/
A Dnamespace.c3766 const char *subtype = NULL; in do_new_mount() local
3777 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()
A Dpipe.c308 n.subtype = WATCH_META_LOSS_NOTIFICATION; in anon_pipe_read()

Completed in 31 milliseconds