Searched refs:I_SYNC (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/
H A Dfs-writeback.c1385 inode->i_state &= ~I_SYNC;
1388 /* Waiters must see I_SYNC cleared before being woken up */
1517 while (inode->i_state & I_SYNC) {
1536 * Sleep until I_SYNC is cleared. This function must be called with i_lock
1548 sleep = inode->i_state & I_SYNC;
1635 * The caller is also responsible for setting the I_SYNC flag beforehand and
1646 WARN_ON(!(inode->i_state & I_SYNC));
1745 if (inode->i_state & I_SYNC) {
1756 WARN_ON(inode->i_state & I_SYNC);
1768 inode->i_state |= I_SYNC;
[all...]
H A Dinode.c458 if (inode->i_state & (I_DIRTY_ALL | I_SYNC | I_FREEING | I_WILL_FREE))
/linux-master/include/trace/events/
H A Dwriteback.h21 {I_SYNC, "I_SYNC"}, \
/linux-master/fs/jfs/
H A Djfs_txnmgr.c1284 * into two bits, I_NEW and I_SYNC should prevent this
1286 * to verify this, only a trivial s/I_LOCK/I_SYNC/ was done.
1289 if (tblk->u.ip->i_state & I_SYNC)
/linux-master/include/linux/
H A Dfs.h2306 * Two bits are used for locking and completion notification, I_NEW and I_SYNC.
2347 * I_SYNC Writeback of inode is running. The bit is set during
2385 #define I_SYNC (1 << __I_SYNC) macro
/linux-master/fs/f2fs/
H A Dsuper.c1449 if ((!inode_unhashed(inode) && inode->i_state & I_SYNC)) {

Completed in 296 milliseconds