Lines Matching refs:state
588 * the cache. This should occur atomically with setting the I_FREEING state
1024 * unlock_new_inode - clear the I_NEW state and wake up any waiters
1027 * Called when the inode is fully initialised to clear the new state of the
1698 unsigned long state;
1716 state = inode->i_state;
1718 WRITE_ONCE(inode->i_state, state | I_WILL_FREE);
1724 state = inode->i_state;
1725 WARN_ON(state & I_NEW);
1726 state &= ~I_WILL_FREE;
1729 WRITE_ONCE(inode->i_state, state | I_FREEING);
2086 * to recheck inode state.
2390 * Project Quota ID state is only allowed to change from within the init
2392 * the quota ID state. Everything else is allowed in user namespaces.