Searched refs:VOP_CMP (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1076 #define VOP_CMP(vp1, vp2, ct) \ macro 1356 (((VP1) == (VP2)) ? 1 : VOP_CMP(VP1, VP2, NULL)) 1360 VOP_CMP(VP1, VP2, NULL) : 0))
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vnode.h | 1081 #define VOP_CMP(vp1, vp2, ct) \ macro 1357 VOP_CMP(VP1, VP2, NULL) : 0))
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 991 return (VOP_CMP(vp1, vp2, ct)); in lo_cmp()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client.c | 2791 if (!VOP_CMP(lrp->lr_vp, vp, NULL)) in nfs4_map_lost_lock_conflict()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 6316 if (VOP_CMP(vp, cdir, ct)) { in cachefs_rmdir()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_vn.c | 7069 if (!VOP_CMP(vp1, vp2, NULL) || off1 - off2 != delta) in segvn_kluster()
|