Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/aoe/
H A Daoedev.c60 minor_get_static(ulong *sysminor, ulong aoemaj, int aoemin) in minor_get_static() argument
79 n = aoemaj * NPERSHELF + aoemin; in minor_get_static()
83 aoemaj, aoemin); in minor_get_static()
103 minor_get(ulong *sysminor, ulong aoemaj, int aoemin) in minor_get() argument
108 return minor_get_static(sysminor, aoemaj, aoemin); in minor_get()