Searched refs:TDP_COWINPROGRESS (Results 1 – 4 of 4) sorted by relevance
1064 td->td_pflags |= TDP_COWINPROGRESS; in expunge_ufs1()1067 td->td_pflags &= ~TDP_COWINPROGRESS; in expunge_ufs1()1345 td->td_pflags |= TDP_COWINPROGRESS; in expunge_ufs2()1348 td->td_pflags &= ~TDP_COWINPROGRESS; in expunge_ufs2()1820 td->td_pflags |= TDP_COWINPROGRESS; in ffs_snapblkfree()1823 td->td_pflags &= ~TDP_COWINPROGRESS; in ffs_snapblkfree()1919 td->td_pflags |= TDP_COWINPROGRESS; in ffs_snapblkfree()1922 td->td_pflags &= ~TDP_COWINPROGRESS; in ffs_snapblkfree()2289 if (td->td_pflags & TDP_COWINPROGRESS) in ffs_copyonwrite()2374 td->td_pflags |= TDP_COWINPROGRESS | TDP_NORUNNINGBUF; in ffs_copyonwrite()[all …]
1907 if (curthread->td_pflags & TDP_COWINPROGRESS) in process_worklist_item()3179 if ((curthread->td_pflags & TDP_COWINPROGRESS) == 0) in softdep_prealloc()13607 if ((curthread->td_pflags & TDP_COWINPROGRESS) || IS_SNAPSHOT(VTOI(vp))) in softdep_request_cleanup()
503 #define TDP_COWINPROGRESS 0x00000010 /* Snapshot copy-on-write in progress. */ macro
2450 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()