Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1076 #define VOP_CMP(vp1, vp2, ct) \ macro
1356 (((VP1) == (VP2)) ? 1 : VOP_CMP(VP1, VP2, NULL))
1360 VOP_CMP(VP1, VP2, NULL) : 0))
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1083 #define VOP_CMP(vp1, vp2, ct) \ macro
1370 (((VP1) == (VP2)) ? 1 : VOP_CMP(VP1, VP2, NULL))
1374 VOP_CMP(VP1, VP2, NULL) : 0))
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1163 #define VOP_CMP(vp1, vp2, ct) \ macro
1484 VOP_CMP(VP1, VP2, NULL) : 0))
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1030 return (VOP_CMP(vp1, vp2, ct)); in lo_cmp()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c2792 if (!VOP_CMP(lrp->lr_vp, vp, NULL)) in nfs4_map_lost_lock_conflict()
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c7059 if (!VOP_CMP(vp1, vp2, NULL) || off1 - off2 != delta) in segvn_kluster()