Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfuse.h633 uint32_t dev_minor; /* chardev minor */ member
/Linux-v4.19/drivers/block/
Dpktcdvd.c2253 static struct pktcdvd_device *pkt_find_dev_from_minor(unsigned int dev_minor) in pkt_find_dev_from_minor() argument
2255 if (dev_minor >= MAX_WRITERS) in pkt_find_dev_from_minor()
2258 dev_minor = array_index_nospec(dev_minor, MAX_WRITERS); in pkt_find_dev_from_minor()
2259 return pkt_devs[dev_minor]; in pkt_find_dev_from_minor()
/Linux-v4.19/fs/fuse/
Dcuse.c337 devt = MKDEV(arg->dev_major, arg->dev_minor); in cuse_process_init_reply()
/Linux-v4.19/include/trace/events/
Dext4.h1783 __field( int, dev_minor )
1791 __entry->dev_minor = MINOR(sb->s_dev);
1798 __entry->dev_major, __entry->dev_minor,
/Linux-v4.19/fs/ocfs2/
Docfs2_trace.h698 __field(int, dev_minor)
704 __entry->dev_minor = MINOR(sb->s_dev);
709 __entry->dev_major, __entry->dev_minor,
/Linux-v4.19/Documentation/cgroup-v1/
Dblkio-controller.txt157 # echo dev_maj:dev_minor weight > blkio.weight_device