Searched refs:NSHADOWS (Results 1 – 2 of 2) sorted by relevance
67 (NSHADOWS(ip) ? 0 : ip->bi_mstref + ip->bi_mstrref))418 if (NSHADOWS(ip) && ip != ip->bi_master)536 if (NSHADOWS(ip) && ip != ip->bi_master) { in _ii_rsrv_devs()848 sibling = NSHADOWS(ip) && ip != ip->bi_head; in ii_register_ok()2158 if (NSHADOWS(ip) && (ip->bi_master == ip)) { in _ii_perform_disable()2808 if (!NSHADOWS(ip)) in _ii_reset_mstvol()3315 if (NSHADOWS(ip) && (ip->bi_master == ip)) { in _ii_suspend_cluster()3443 if (NSHADOWS(ip) && (ip->bi_master == ip)) { in _ii_suspend()5397 if (!NSHADOWS(ip)) { in _ii_stopvol()5415 if (!NSHADOWS(ip)) { in _ii_stopvol()[all …]
472 #define NSHADOWS(ip) ((ip)->bi_head != (ip) || (ip)->bi_sibling) macro