Lines Matching refs:I_WB_SWITCH
456 * ensures that the new wb is visible if they see !I_WB_SWITCH.
458 smp_store_release(&inode->i_state, inode->i_state & ~I_WB_SWITCH);
484 * since I_WB_SWITCH assertion and all wb stat update transactions
537 /* while holding I_WB_SWITCH, no one else can update the association */
540 inode->i_state & (I_WB_SWITCH | I_FREEING | I_WILL_FREE) ||
545 inode->i_state |= I_WB_SWITCH;
567 if (inode->i_state & I_WB_SWITCH)
600 * In addition to synchronizing among switchers, I_WB_SWITCH tells
603 * Let's continue after I_WB_SWITCH is guaranteed to be visible.
689 * In addition to synchronizing among switchers, I_WB_SWITCH tells
692 * Let's continue after I_WB_SWITCH is guaranteed to be visible.