Searched refs:VOP_RWLOCK (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h100 kstat_named_t nrwlock; /* VOP_RWLOCK */
1083 #define VOP_RWLOCK(vp, w, ct) \ macro
1197 * Flags for VOP_RWLOCK/VOP_RWUNLOCK
1198 * VOP_RWLOCK will return the flag that was actually set, or -1 if none.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c654 (void) VOP_RWLOCK(dvp, V_WRITELOCK_FALSE, NULL);
H A Dnfs4_state.c519 (void) VOP_RWLOCK(vp, V_WRITELOCK_FALSE, NULL);
649 (void) VOP_RWLOCK(dvp, V_WRITELOCK_FALSE, NULL);
1040 (void) VOP_RWLOCK(vp, V_WRITELOCK_TRUE, NULL);
3548 * delegation in effect on the file. Should be holding VOP_RWLOCK, either
3550 * VOP_RWLOCK as writer when setting up delegation. If the stateid is bad
H A Dnfs4_subr.c2878 * VOP_RWLOCK() is held for write access to prevent a race condition
2903 (void) VOP_RWLOCK(vp, V_WRITELOCK_TRUE, NULL);
H A Dnfs_subr.c5172 (void) VOP_RWLOCK(vp, V_WRITELOCK_FALSE, NULL);
H A Dnfs4_srv.c3109 (void) VOP_RWLOCK(vp, V_WRITELOCK_FALSE, ct);
3113 (void) VOP_RWLOCK(vp, V_WRITELOCK_TRUE, ct);
3175 * Enter the critical region before calling VOP_RWLOCK
5585 * We have to enter the critical region before calling VOP_RWLOCK
/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c1432 (void) VOP_RWLOCK(pvp, V_WRITELOCK_FALSE, NULL);
H A Dvnode.c489 /* VOP_RWLOCK */
777 * We have to enter the critical region before calling VOP_RWLOCK
795 (void) VOP_RWLOCK(vp,
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1237 (void) VOP_RWLOCK(vp, flg, NULL);
H A Dsocksubr.c1898 (void) VOP_RWLOCK(vp, rwflag, NULL);
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1957 * VOP_RWLOCK or VOP_RWUNLOCK, so we do it here instead.
1960 (void) VOP_RWLOCK(VTOF(vp)->fn_realvp, V_WRITELOCK_TRUE, ct);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2629 * The acl(2) system calls VOP_RWLOCK on the file before setting an
2636 (void) VOP_RWLOCK(realvp, V_WRITELOCK_TRUE, ct);
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c774 (void) VOP_RWLOCK(vp,

Completed in 388 milliseconds

12