Searched refs:i_state (Results 1 - 25 of 60) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/udf/
H A Dfsync.c43 if (!(inode->i_state & I_DIRTY))
45 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dfsync.c41 if (!(inode->i_state & I_DIRTY))
43 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
H A Dext2.h22 __u16 i_state; member in struct:ext2_inode_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/sysv/
H A Dfile.c44 if (!(inode->i_state & I_DIRTY))
46 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dfs-writeback.c68 * make sure that changes are seen by all cpus before we test i_state
74 if ((inode->i_state & flags) == flags)
96 if ((inode->i_state & flags) != flags) {
97 const int was_dirty = inode->i_state & I_DIRTY;
99 inode->i_state |= flags;
106 if (inode->i_state & I_LOCK)
117 if (inode->i_state & (I_FREEING|I_CLEAR))
161 BUG_ON(inode->i_state & I_LOCK);
164 dirty = inode->i_state & I_DIRTY;
165 inode->i_state |
[all...]
H A Dinode.c73 * the i_state of an inode while it is in use..
221 if (!(inode->i_state & (I_DIRTY|I_LOCK)))
240 BUG_ON(!(inode->i_state & I_FREEING));
241 BUG_ON(inode->i_state & I_CLEAR);
250 inode->i_state = I_CLEAR;
318 inode->i_state |= I_FREEING;
358 if (inode->i_state)
399 if (inode->i_state || atomic_read(&inode->i_count)) {
419 inode->i_state |= I_FREEING;
476 if (inode->i_state
[all...]
H A Ddrop_caches.c21 if (inode->i_state & (I_FREEING|I_WILL_FREE))
H A Danon_inodes.c163 inode->i_state = I_DIRTY;
H A Dinotify.c382 if (inode->i_state & (I_CLEAR | I_FREEING | I_WILL_FREE))
395 !(next_i->i_state & (I_CLEAR | I_FREEING |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/minix/
H A Dfile.c40 if (!(inode->i_state & I_DIRTY))
42 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ufs/
H A Dfile.c37 if (!(inode->i_state & I_DIRTY))
39 if (datasync && !(inode->i_state & I_DIRTY_DATASYNC))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dfsync.c79 if (inode->i_state & (I_DIRTY_SYNC|I_DIRTY_DATASYNC)) {
H A Dxattr.c275 if (!(EXT3_I(inode)->i_state & EXT3_STATE_XATTR))
401 if (!(EXT3_I(inode)->i_state & EXT3_STATE_XATTR))
886 if (EXT3_I(inode)->i_state & EXT3_STATE_XATTR) {
918 EXT3_I(inode)->i_state |= EXT3_STATE_XATTR;
921 EXT3_I(inode)->i_state &= ~EXT3_STATE_XATTR;
967 if (EXT3_I(inode)->i_state & EXT3_STATE_NEW) {
970 EXT3_I(inode)->i_state &= ~EXT3_STATE_NEW;
H A Dinode.c1281 EXT3_I(inode)->i_state |= EXT3_STATE_JDATA;
1314 if (EXT3_I(inode)->i_state & EXT3_STATE_JDATA) {
1333 EXT3_I(inode)->i_state &= ~EXT3_STATE_JDATA;
1500 EXT3_I(inode)->i_state |= EXT3_STATE_JDATA;
2500 !(EXT3_I(inode)->i_state & EXT3_STATE_XATTR));
2571 ei->i_state = 0;
2638 ei->i_state |= EXT3_STATE_XATTR;
2693 if (ei->i_state & EXT3_STATE_NEW)
2786 ei->i_state &= ~EXT3_STATE_NEW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dfsync.c79 if (inode->i_state & (I_DIRTY_SYNC|I_DIRTY_DATASYNC)) {
H A Dxattr.c275 if (!(EXT4_I(inode)->i_state & EXT4_STATE_XATTR))
401 if (!(EXT4_I(inode)->i_state & EXT4_STATE_XATTR))
884 if (EXT4_I(inode)->i_state & EXT4_STATE_XATTR) {
916 EXT4_I(inode)->i_state |= EXT4_STATE_XATTR;
919 EXT4_I(inode)->i_state &= ~EXT4_STATE_XATTR;
965 if (EXT4_I(inode)->i_state & EXT4_STATE_NEW) {
968 EXT4_I(inode)->i_state &= ~EXT4_STATE_NEW;
H A Dinode.c1280 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
1313 if (EXT4_I(inode)->i_state & EXT4_STATE_JDATA) {
1332 EXT4_I(inode)->i_state &= ~EXT4_STATE_JDATA;
1499 EXT4_I(inode)->i_state |= EXT4_STATE_JDATA;
2511 !(EXT4_I(inode)->i_state & EXT4_STATE_XATTR));
2563 ei->i_state = 0;
2634 ei->i_state |= EXT4_STATE_XATTR;
2689 if (ei->i_state & EXT4_STATE_NEW)
2785 ei->i_state &= ~EXT4_STATE_NEW;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dfile.c34 if (!(inode->i_state & I_DIRTY) ||
35 (datasync && !(inode->i_state & I_DIRTY_DATASYNC))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dext3_fs_i.h90 __u32 i_state; /* Dynamic state flags for ext3 */ member in struct:ext3_inode_info
H A Dext4_fs_i.h98 __u32 i_state; /* Dynamic state flags for ext4 */ member in struct:ext4_inode_info
H A Dwriteback.h81 wait_on_bit(&inode->i_state, __I_LOCK, inode_wait,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/coda/
H A Dcnode.c75 if (inode->i_state & I_NEW) {
149 BUG_ON(inode->i_state & I_NEW);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_iget.c293 if (inode->i_state & (I_FREEING | I_CLEAR)) {
526 if (inode->i_state & I_NEW) {
532 if (inode->i_state & I_NEW)
653 if (inode->i_state & I_NEW)
/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)))
243 inode->i_state |= I_WILL_FREE;
251 inode->i_state &= ~I_WILL_FREE;
257 inode->i_state |= I_FREEING;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dinode.c147 if (!(inode->i_state & I_NEW)) {

Completed in 241 milliseconds

123