Searched defs:VOP_CMP (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h104 kstat_named_t ncmp; /* VOP_CMP */
1076 #define VOP_CMP(vp1, vp2, ct) \ macro
1352 * in preference to calling VOP_CMP directly.
1356 (((VP1) == (VP2)) ? 1 : VOP_CMP(VP1, VP2, NULL))
1360 VOP_CMP(VP1, VP2, NULL) : 0))
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h103 kstat_named_t ncmp; /* VOP_CMP */
1089 #define VOP_CMP(vp1, vp2, ct) \ macro
1367 * in preference to calling VOP_CMP directly.
1371 VOP_CMP(VP1, VP2, NULL) : 0))

Completed in 69 milliseconds