Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c228 #define LOCK_CSP(csp) (void) spec_lockcsp(csp, 0, 1, 0)
229 #define LOCKHOLD_CSP_SIG(csp) spec_lockcsp(csp, 1, 1, 1)
230 #define SYNCHOLD_CSP_SIG(csp, intr) spec_lockcsp(csp, intr, 0, 1)
249 spec_lockcsp(struct snode *csp, int intr, int setlock, int hold) in spec_lockcsp() function