Searched refs:TDP_COWINPROGRESS (Results 1 – 4 of 4) sorted by relevance
1062 td->td_pflags |= TDP_COWINPROGRESS; in expunge_ufs1() 1065 td->td_pflags &= ~TDP_COWINPROGRESS; in expunge_ufs1() 1344 td->td_pflags |= TDP_COWINPROGRESS; in expunge_ufs2() 1347 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() 2373 td->td_pflags |= TDP_COWINPROGRESS | TDP_NORUNNINGBU in ffs_copyonwrite() [all...]
1905 if (curthread->td_pflags & TDP_COWINPROGRESS) in process_worklist_item() 3184 if ((curthread->td_pflags & TDP_COWINPROGRESS) == 0) in softdep_prealloc() 13610 if ((curthread->td_pflags & TDP_COWINPROGRESS) || IS_SNAPSHOT(VTOI(vp))) in softdep_request_cleanup()
539 #define TDP_COWINPROGRESS 0x00000010 /* Snapshot copy-on-write in progress. */ macro
2477 if ((td->td_pflags & (TDP_COWINPROGRESS|TDP_INBDFLUSH)) == 0) { in bdwrite()