Home
last modified time | relevance | path

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

/titanic_44/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))
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1081 #define VOP_CMP(vp1, vp2, ct) \ macro
1357 VOP_CMP(VP1, VP2, NULL) : 0))
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c991 return (VOP_CMP(vp1, vp2, ct)); in lo_cmp()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c2791 if (!VOP_CMP(lrp->lr_vp, vp, NULL)) in nfs4_map_lost_lock_conflict()
/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c6316 if (VOP_CMP(vp, cdir, ct)) { in cachefs_rmdir()
/titanic_44/usr/src/uts/common/vm/
H A Dseg_vn.c7069 if (!VOP_CMP(vp1, vp2, NULL) || off1 - off2 != delta) in segvn_kluster()