Home
last modified time | relevance | path

Searched refs:T_DONTBLOCK (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_trans.c149 if (curthread->t_flag & T_DONTBLOCK) { in ufs_trans_sbupdate()
157 curthread->t_flag |= T_DONTBLOCK; in ufs_trans_sbupdate()
161 curthread->t_flag &= ~T_DONTBLOCK; in ufs_trans_sbupdate()
170 if (curthread->t_flag & T_DONTBLOCK) { in ufs_trans_iupdat()
181 curthread->t_flag |= T_DONTBLOCK; in ufs_trans_iupdat()
187 curthread->t_flag &= ~T_DONTBLOCK; in ufs_trans_iupdat()
194 if (curthread->t_flag & T_DONTBLOCK) { in ufs_trans_sbwrite()
204 curthread->t_flag |= T_DONTBLOCK; in ufs_trans_sbwrite()
210 curthread->t_flag &= ~T_DONTBLOCK; in ufs_trans_sbwrite()
619 curthread->t_flag |= T_DONTBLOCK; in ufs_trans_dqrele()
[all …]
H A Dufs_subr.c370 curthread->t_flag |= T_DONTBLOCK; in ufs_update()
377 curthread->t_flag &= ~T_DONTBLOCK; in ufs_update()
485 curthread->t_flag |= T_DONTBLOCK; in ufs_syncip()
494 curthread->t_flag &= ~T_DONTBLOCK; in ufs_syncip()
516 if ((curthread->t_flag & T_DONTBLOCK) == 0) { in ufs_syncip()
518 curthread->t_flag |= T_DONTBLOCK; in ufs_syncip()
531 curthread->t_flag &= ~T_DONTBLOCK; in ufs_syncip()
542 if ((curthread->t_flag & T_DONTBLOCK) == 0) { in ufs_syncip()
544 curthread->t_flag |= T_DONTBLOCK; in ufs_syncip()
557 curthread->t_flag &= ~T_DONTBLOCK; in ufs_syncip()
H A Dquota.c413 if (!(curthread->t_flag & T_DONTBLOCK)) {
415 curthread->t_flag |= T_DONTBLOCK;
446 curthread->t_flag &= ~T_DONTBLOCK;
H A Dufs_lockfs.c419 if (curthread->t_flag & T_DONTBLOCK) in ufs_flush()
422 curthread->t_flag |= T_DONTBLOCK; in ufs_flush()
433 curthread->t_flag &= ~T_DONTBLOCK; in ufs_flush()
1458 curthread->t_flag |= T_DONTBLOCK; in ufs_lockfs_begin()
1511 curthread->t_flag &= ~T_DONTBLOCK; in ufs_lockfs_end()
1675 curthread->t_flag |= T_DONTBLOCK; in ufs_lockfs_trybegin()
1775 curthread->t_flag |= T_DONTBLOCK; in ufs_lockfs_begin_getpage()
H A Dufs_thread.c286 if (curthread->t_flag & T_DONTBLOCK) { in ufs_delete()
290 curthread->t_flag |= T_DONTBLOCK; in ufs_delete()
420 curthread->t_flag &= ~T_DONTBLOCK; in ufs_delete()
594 curthread->t_flag |= T_DONTBLOCK; in ufs_delete_drain_wait()
600 curthread->t_flag &= ~T_DONTBLOCK; in ufs_delete_drain_wait()
H A Dlufs_debug.c139 ASSERT(curthread->t_flag & T_DONTBLOCK); in top_begin_debug()
158 ASSERT(curthread->t_flag & T_DONTBLOCK); in top_end_debug()
197 ASSERT(curthread->t_flag & T_DONTBLOCK); in top_delta_debug()
H A Dlufs_top.c144 if ((curthread->t_flag & T_DONTBLOCK) == 0) in top_issue_sync()
145 curthread->t_flag |= T_DONTBLOCK; in top_issue_sync()
H A Dufs_vfsops.c1653 curthread->t_flag |= T_DONTBLOCK; in ufs_unmount()
1659 curthread->t_flag &= ~T_DONTBLOCK; in ufs_unmount()
1946 curthread->t_flag |= T_DONTBLOCK; in ufs_sync()
1952 curthread->t_flag &= ~T_DONTBLOCK; in ufs_sync()
2031 if ((curthread->t_flag & T_DONTBLOCK) == 0) { in ufs_vget()
H A Dufs_vnops.c2845 if ((curthread->t_flag & T_DONTBLOCK) == 0) { in ufs_lookup()
5518 ((curthread->t_flag & T_DONTBLOCK) == 0) && in ufs_putapage()
5522 curthread->t_flag |= T_DONTBLOCK; in ufs_putapage()
5535 curthread->t_flag &= ~T_DONTBLOCK; in ufs_putapage()
6627 if ((curthread->t_flag & T_DONTBLOCK) == 0) { in ufs_eventlookup()
H A Dufs_panic.c510 ufs_fix.uq_threadp->t_flag |= T_DONTBLOCK; in ufs_fault_v()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h365 #define T_DONTBLOCK 0x0040 /* for lockfs */ macro
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_trans.h324 ((curthread->t_flag & T_DONTBLOCK) == 0)) { \