Searched refs:I_LOCK (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dfs-writeback.c106 if (inode->i_state & I_LOCK)
161 BUG_ON(inode->i_state & I_LOCK);
163 /* Set I_LOCK, reset I_DIRTY */
165 inode->i_state |= I_LOCK;
186 inode->i_state &= ~I_LOCK;
253 if ((wbc->sync_mode != WB_SYNC_ALL) && (inode->i_state & I_LOCK)) {
272 if (inode->i_state & I_LOCK) {
281 } while (inode->i_state & I_LOCK);
H A Dinode.c221 if (!(inode->i_state & (I_DIRTY|I_LOCK)))
547 * when clearing I_LOCK, because we're guaranteed
551 * that haven't tested I_LOCK).
553 inode->i_state &= ~(I_LOCK|I_NEW);
584 inode->i_state = I_LOCK|I_NEW;
633 inode->i_state = I_LOCK|I_NEW;
1037 if (!(inode->i_state & (I_DIRTY|I_LOCK)))
1263 * It doesn't matter if I_LOCK is not set initially, a call to
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dtcl_db.h19 I_ENV, I_DB, I_DBC, I_TXN, I_MP, I_PG, I_LOCK, I_LOGC, I_NDBM, I_SEQ}; enumerator in enum:INFOTYPE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_iops.c136 if (!(inode->i_state & I_LOCK))
188 if (!(inode->i_state & I_LOCK))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_lock.c731 ip = _NewInfo(interp, NULL, newname, I_LOCK);
H A Dtcl_env.c1233 case I_LOCK:
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hugetlbfs/
H A Dinode.c236 if (!(inode->i_state & (I_DIRTY|I_LOCK)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1185 #define I_LOCK (1 << __I_LOCK) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_txnmgr.c1288 if (tblk->u.ip->i_state & I_LOCK)

Completed in 76 milliseconds