Searched refs:I_NEW (Results 1 – 25 of 73) sorted by relevance
123
649 if (inode->i_state & (I_NEW | I_FREEING | I_WILL_FREE)) { in evict_inodes()800 WARN_ON(inode->i_state & I_NEW); in inode_lru_isolate()1012 WARN_ON(!(inode->i_state & I_NEW)); in unlock_new_inode()1013 inode->i_state &= ~I_NEW & ~I_CREATING; in unlock_new_inode()1024 WARN_ON(!(inode->i_state & I_NEW)); in discard_new_inode()1025 inode->i_state &= ~I_NEW; in discard_new_inode()1125 inode->i_state |= I_NEW; in inode_insert5()1219 inode->i_state = I_NEW; in iget_locked()1573 inode->i_state |= I_NEW | I_CREATING; in insert_inode_locked()1637 WARN_ON(inode->i_state & I_NEW); in iput_final()[all …]
30 if ((inode->i_state & (I_FREEING|I_WILL_FREE|I_NEW)) || in drop_pagecache_sb()
73 if (inode->i_state & I_NEW) { in coda_iget()151 BUG_ON(inode->i_state & I_NEW); in coda_fid_to_inode()
68 ceph_vinop(inode), inode, !!(inode->i_state & I_NEW)); in ceph_get_inode()93 if (!(inode->i_state & I_NEW) && !S_ISDIR(inode->i_mode)) { in ceph_get_snapdir()108 if (inode->i_state & I_NEW) { in ceph_get_snapdir()778 if (inode->i_state & I_NEW) { in ceph_fill_inode()1360 if (in->i_state & I_NEW) in ceph_fill_trace()1366 if (in->i_state & I_NEW) in ceph_fill_trace()1552 if (in->i_state & I_NEW) { in readdir_prepopulate_inodes_only()1556 } else if (in->i_state & I_NEW) { in readdir_prepopulate_inodes_only()1757 if (in->i_state & I_NEW) { in ceph_readdir_prepopulate()1767 if (in->i_state & I_NEW) in ceph_readdir_prepopulate()
190 if (!(ifile->i_state & I_NEW)) in nilfs_ifile_read()
391 if (inode->i_state & I_NEW) in nilfs_new_inode()582 if (!(inode->i_state & I_NEW)) in nilfs_iget()606 if (!(inode->i_state & I_NEW)) in nilfs_iget_for_gc()
486 if (!(dat->i_state & I_NEW)) in nilfs_dat_read()
319 if (vnode->vfs_inode.i_state & I_NEW) { in afs_fetch_status_success()466 if (!(inode->i_state & I_NEW)) { in afs_iget()526 BUG_ON(!(inode->i_state & I_NEW)); in afs_root_iget()
77 BUG_ON(!(inode->i_state & I_NEW)); in afs_iget_pseudo_dir()
1041 if (!(trap->i_state & I_NEW)) { in ovl_get_trap_inode()1128 if (!(inode->i_state & I_NEW)) { in ovl_get_inode()1187 if (inode->i_state & I_NEW) in ovl_get_inode()
110 WARN_ON_ONCE(!(inode->i_state & (I_NEW | I_FREEING)) && in ext4_orphan_add()239 WARN_ON_ONCE(!(inode->i_state & (I_NEW | I_FREEING)) && in ext4_orphan_del()
88 if (!(inode->i_state & I_NEW)) in __ecryptfs_get_inode()99 if (!IS_ERR(inode) && (inode->i_state & I_NEW)) in ecryptfs_get_inode()366 if (inode->i_state & I_NEW) in ecryptfs_lookup_interpose()
288 if (!(ip->i_state & I_NEW)) in vxfs_iget()
91 if (inode->i_state & I_NEW) {132 if (inode->i_state & I_NEW) {152 if (!(inode->i_state & I_NEW) &&177 if (inode->i_state & I_NEW ||212 if (inode->i_state & I_NEW)1299 if (inode->i_state & I_NEW) {
63 if (!(inode->i_state & I_NEW)) in efs_iget()
188 if (!(inode->i_state & I_NEW)) in sysv_iget()
32 if (!(inode->i_state & I_NEW)) in jfs_iget()
250 if (result->i_state & I_NEW) { in hpfs_lookup()
199 if (parent->i_state & I_NEW) { in hpfs_write_inode()
239 if (inode->i_state & I_NEW) { in openpromfs_lookup()
251 if (inode && (inode->i_state & I_NEW)) in kernfs_get_inode()
273 if (!(inode->i_state & I_NEW)) in qnx4_iget()
366 if (inode->i_state & (I_FREEING | I_WILL_FREE | I_NEW)) { in hook_sb_delete()
41 BUG_ON(!(tree->inode->i_state & I_NEW)); in hfs_btree_open()
50 if (inode->i_state & (I_FREEING|I_WILL_FREE|I_NEW)) { in fsnotify_unmount_inodes()
Completed in 40 milliseconds