Searched refs:xdf_isopen (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 1387 xdf_isopen(xdf_t *vdp, int partition) in xdf_isopen() function 1430 if (xdf_isopen(vdp, -1)) { in xdf_busy() 1954 if (xdf_isopen(vdp, -1)) { in xdf_oe_change() 2558 (!xdf_isopen(vdp, part))) in xdf_ioctl() 2719 if (!xdf_isopen(vdp, part)) { in xdf_strategy() 2833 if (!xdf_isopen(vdp, part)) in xdf_read() 2866 if (!xdf_isopen(vdp, part)) in xdf_write() 2897 if (!xdf_isopen(vdp, part)) in xdf_aread() 2928 if (!xdf_isopen(vdp, part)) in xdf_awrite() 2965 if (!xdf_isopen(vdp, part)) in xdf_dump() [all …]
|