Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dfuse.h775 uint32_t dev_minor; /* chardev minor */ member
/Linux-v5.15/drivers/block/
Dpktcdvd.c2223 static struct pktcdvd_device *pkt_find_dev_from_minor(unsigned int dev_minor) in pkt_find_dev_from_minor() argument
2225 if (dev_minor >= MAX_WRITERS) in pkt_find_dev_from_minor()
2228 dev_minor = array_index_nospec(dev_minor, MAX_WRITERS); in pkt_find_dev_from_minor()
2229 return pkt_devs[dev_minor]; in pkt_find_dev_from_minor()
/Linux-v5.15/fs/fuse/
Dcuse.c348 devt = MKDEV(arg->dev_major, arg->dev_minor); in cuse_process_init_reply()
/Linux-v5.15/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-v5.15/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst114 # echo dev_maj:dev_minor weight > blkio.bfq.weight_device
/Linux-v5.15/include/trace/events/
Dext4.h1801 __field( int, dev_minor )
1809 __entry->dev_minor = MINOR(sb->s_dev);
1816 __entry->dev_major, __entry->dev_minor,