Lines Matching full:sdev
39 * sdev has a few basic goals:
47 * The sdev file system is primarily made up of sdev_node_t's which is sdev's
54 * When sdev is mounted, it keeps track of the underlying file system it is
55 * mounted over. In certain situations, sdev will go and create entries in that
67 * | /dev/dsk/c0t0d0 |<---------------->| for sdev |
77 * sdev is generally in memory. Therefore when a lookup happens and there is no
109 * normal sdev vnode operations with the dynamic set here.
128 * a non-global zone's /dev. These are sent to sdev by means of libdevinfo and a
133 * When operating in a non-global zone, several of the sdev vnops are redirected
141 * in the sdev life cycle it is. There are three primary states: SDEV_INIT,
224 * These are the rules to live by when working in sdev. These are not
238 * - Set 2: Locking rules for sdev (not exhaustive)