• Home
  • Raw
  • Download

Lines Matching refs:VFS_I

82 	if (inode_init_always(mp->m_super, VFS_I(ip))) {  in xfs_inode_alloc()
88 VFS_I(ip)->i_mode = 0; in xfs_inode_alloc()
89 VFS_I(ip)->i_state = 0; in xfs_inode_alloc()
123 switch (VFS_I(ip)->i_mode & S_IFMT) { in xfs_inode_free_callback()
158 call_rcu(&VFS_I(ip)->i_rcu, xfs_inode_free_callback); in __xfs_inode_free()
352 struct inode *inode = VFS_I(ip); in xfs_iget_recycle()
427 if (VFS_I(ip)->i_mode != 0) { in xfs_iget_check_free_state()
430 ip->i_ino, VFS_I(ip)->i_mode); in xfs_iget_check_free_state()
444 if (VFS_I(ip)->i_mode == 0) in xfs_iget_check_free_state()
481 struct inode *inode = VFS_I(ip); in xfs_iget_cache_hit()
519 if (VFS_I(ip)->i_nlink == 0) { in xfs_iget_cache_hit()
621 VFS_I(ip)->i_generation = prandom_u32(); in xfs_iget_cache_miss()
680 d_mark_dontcache(VFS_I(ip)); in xfs_iget_cache_miss()
707 __destroy_inode(VFS_I(ip)); in xfs_iget_cache_miss()
780 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
826 *inuse = !!(VFS_I(ip)->i_mode); in xfs_icache_inode_is_allocated()
1051 !uid_eq(VFS_I(ip)->i_uid, icw->icw_uid)) in xfs_icwalk_match_id()
1055 !gid_eq(VFS_I(ip)->i_gid, icw->icw_gid)) in xfs_icwalk_match_id()
1075 uid_eq(VFS_I(ip)->i_uid, icw->icw_uid)) in xfs_icwalk_match_id_union()
1079 gid_eq(VFS_I(ip)->i_gid, icw->icw_gid)) in xfs_icwalk_match_id_union()
1153 if (!wait && mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_DIRTY)) in xfs_inode_free_eofblocks()
1277 if ((VFS_I(ip)->i_state & I_DIRTY_PAGES) || in xfs_prep_free_cowblocks()
1278 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_DIRTY) || in xfs_prep_free_cowblocks()
1279 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_WRITEBACK) || in xfs_prep_free_cowblocks()
1280 atomic_read(&VFS_I(ip)->i_dio_count)) in xfs_prep_free_cowblocks()
1409 struct inode *inode = VFS_I(ip); in xfs_blockgc_igrab()