Lines Matching refs:VFS_I
61 if (inode_init_always(mp->m_super, VFS_I(ip))) { in xfs_inode_alloc()
134 call_rcu(&VFS_I(ip)->i_rcu, xfs_inode_free_callback); in xfs_inode_free()
148 struct inode *inode = VFS_I(ip); in xfs_iget_cache_hit()
361 __destroy_inode(VFS_I(ip)); in xfs_iget_cache_miss()
470 struct inode *inode = VFS_I(ip); in xfs_inode_ag_walk_grab()
1194 !uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id()
1198 !gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id()
1218 uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id_union()
1222 gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id_union()
1257 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_DIRTY)) in xfs_inode_free_eofblocks()
1333 eofb.eof_uid = VFS_I(ip)->i_uid; in xfs_inode_free_quota_eofblocks()
1342 eofb.eof_gid = VFS_I(ip)->i_gid; in xfs_inode_free_quota_eofblocks()