Searched refs:dev_minor (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/security/tomoyo/
H A Daudit.c215 " dev_major=%u dev_minor=%u", tomoyo_print_header()
H A Dcommon.c114 [TOMOYO_PATH1_DEV_MINOR] = "path1.dev_minor",
123 [TOMOYO_PATH2_DEV_MINOR] = "path2.dev_minor",
/linux-4.1.27/include/uapi/linux/
H A Dfuse.h610 uint32_t dev_minor; /* chardev minor */ member in struct:cuse_init_out
/linux-4.1.27/fs/fuse/
H A Dcuse.c336 devt = MKDEV(arg->dev_major, arg->dev_minor); cuse_process_init_reply()
/linux-4.1.27/include/trace/events/
H A Dext4.h1802 __field( int, dev_minor )
1810 __entry->dev_minor = MINOR(sb->s_dev);
1817 __entry->dev_major, __entry->dev_minor,
/linux-4.1.27/drivers/block/
H A Dpktcdvd.c2266 static struct pktcdvd_device *pkt_find_dev_from_minor(unsigned int dev_minor) pkt_find_dev_from_minor() argument
2268 if (dev_minor >= MAX_WRITERS) pkt_find_dev_from_minor()
2270 return pkt_devs[dev_minor]; pkt_find_dev_from_minor()
/linux-4.1.27/fs/ocfs2/
H A Docfs2_trace.h697 __field(int, dev_minor)
703 __entry->dev_minor = MINOR(sb->s_dev);
708 __entry->dev_major, __entry->dev_minor,

Completed in 379 milliseconds