Home
last modified time | relevance | path

Searched refs:I_LOCK (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/
Dinode.c220 if (!(inode->i_state & (I_LOCK|I_FREEING|I_CLEAR)) && in __mark_inode_dirty()
236 if (inode->i_state & I_LOCK) { in __wait_on_inode()
246 if (inode->i_state & I_LOCK) in wait_on_inode()
289 if (!(inode->i_state & (I_DIRTY|I_LOCK))) { in __iget()
322 if (!(inode->i_state & I_LOCK)) in refile_inode()
334 if (inode->i_state & (I_LOCK|I_FREEING)) in __sync_one()
339 inode->i_state |= I_LOCK; in __sync_one()
352 inode->i_state &= ~I_LOCK; in __sync_one()
359 while (inode->i_state & I_LOCK) { in sync_one()
812 if (inode->i_state & (I_FREEING|I_CLEAR|I_LOCK)) in prune_icache()
[all …]
/linux-2.4.37.9/include/linux/
Dfs.h972 #define I_LOCK 8 macro
/linux-2.4.37.9/fs/reiserfs/
Dinode.c1275 retval = (inode->i_state & I_LOCK) && in reiserfs_find_actor()
/linux-2.4.37.9/fs/jfs/
Djfs_txnmgr.c1232 if (tblk->ip->i_state & I_LOCK) in txCommit()
/linux-2.4.37.9/fs/xfs/
Dxfs_inode.c3856 if (!(inode->i_state & I_LOCK)) in xfs_ichgtime()