Searched refs:SEC_REF_SELF (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h127 #define SEC_REF_SELF(p) (SEC_REF_LAST(p) && SEC_REF_EXPORTED(p)) macro
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c479 * SEC_REF_SELF() is only true when both M_SEC4_EXPORTED is set and s_refcnt==1
509 if (SEC_REF_SELF(&oldsecinfo[o])) {
567 if (! SEC_REF_SELF(&oldsecinfo[o])) {
633 if (SEC_REF_SELF(&olddata->ex_secinfo[o]))
644 if (! SEC_REF_SELF(&olddata->ex_secinfo[o])) {

Completed in 410 milliseconds