Searched refs:ufs_tryirwlock_trans (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h774 * The macro ufs_tryirwlock_trans is used in functions which call
779 #define ufs_tryirwlock_trans(lock, mode, transmode, label) \ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c2212 ufs_tryirwlock_trans(&ip->i_rwlock, RW_WRITER, TOP_SETATTR,
2961 * ufs_tryirwlock_trans uses rw_tryenter and checks for SLOCK
2965 ufs_tryirwlock_trans(&ip->i_rwlock, RW_WRITER, TOP_CREATE,
3084 ufs_tryirwlock_trans(&ip->i_rwlock,
3235 * ufs_tryirwlock_trans uses rw_tryenter and checks for SLOCK
3239 ufs_tryirwlock_trans(&ip->i_rwlock, RW_WRITER, TOP_REMOVE, retry);
3313 * ufs_tryirwlock_trans uses rw_tryenter and checks for SLOCK
3317 ufs_tryirwlock_trans(&tdp->i_rwlock, RW_WRITER, TOP_LINK, retry);
3795 * ufs_tryirwlock_trans uses rw_tryenter and checks for SLOCK
3799 ufs_tryirwlock_trans(
[all...]

Completed in 55 milliseconds