Searched defs:spec_lockcsp (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 226 #define LOCK_CSP(csp) (void) spec_lockcsp(csp, 0, 1, 0) 227 #define LOCKHOLD_CSP_SIG(csp) spec_lockcsp(csp, 1, 1, 1) 228 #define SYNCHOLD_CSP_SIG(csp, intr) spec_lockcsp(csp, intr, 0, 1) 247 spec_lockcsp(struct snode *csp, int intr, int setlock, int hold) function
|
Completed in 49 milliseconds