Lines Matching full:dev_t
37 * Linux dev_t conversion routines.
39 * As of version 2.6.0 of the Linux kernel, dev_t is a 32-bit quantity
41 * The in-kernel dev_t encoded as MMMmmmmm, where M is a hex digit of the
43 * The user-space dev_t encoded as mmmM MMmm, where M and m is the major
45 * systems where dev_t is 16 bits wide, encoded as MMmm.
46 * In glibc dev_t is a 64-bit quantity, with 32-bit major and minor numbers,
48 * kernel and with legacy systems where dev_t is 16 bits wide.
50 * In the FreeBSD dev_t is a 64-bit quantity. The major and minor numbers
63 linux_new_encode_dev(dev_t _dev) in linux_new_encode_dev()
70 linux_encode_major(dev_t _dev) in linux_encode_major()
77 linux_encode_minor(dev_t _dev) in linux_encode_minor()
97 static __inline dev_t