Lines Matching refs:VFS_I

46 	if (inode_init_always(mp->m_super, VFS_I(ip))) {  in xfs_inode_alloc()
52 VFS_I(ip)->i_mode = 0; in xfs_inode_alloc()
87 switch (VFS_I(ip)->i_mode & S_IFMT) { in xfs_inode_free_callback()
118 call_rcu(&VFS_I(ip)->i_rcu, xfs_inode_free_callback); in __xfs_inode_free()
320 if (VFS_I(ip)->i_mode != 0) { in xfs_iget_check_free_state()
323 ip->i_ino, VFS_I(ip)->i_mode); in xfs_iget_check_free_state()
337 if (VFS_I(ip)->i_mode == 0) in xfs_iget_check_free_state()
354 struct inode *inode = VFS_I(ip); in xfs_iget_cache_hit()
587 __destroy_inode(VFS_I(ip)); in xfs_iget_cache_miss()
677 if (xfs_iflags_test(ip, XFS_INEW) && VFS_I(ip)->i_mode != 0) in xfs_iget()
723 *inuse = !!(VFS_I(ip)->i_mode); in xfs_icache_inode_is_allocated()
741 struct inode *inode = VFS_I(ip); in xfs_inode_ag_walk_grab()
1414 !uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id()
1418 !gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id()
1438 uid_eq(VFS_I(ip)->i_uid, eofb->eof_uid)) in xfs_inode_match_id_union()
1442 gid_eq(VFS_I(ip)->i_gid, eofb->eof_gid)) in xfs_inode_match_id_union()
1474 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_DIRTY)) in xfs_inode_free_eofblocks()
1557 eofb.eof_uid = VFS_I(ip)->i_uid; in __xfs_inode_free_quota_eofblocks()
1566 eofb.eof_gid = VFS_I(ip)->i_gid; in __xfs_inode_free_quota_eofblocks()
1721 if ((VFS_I(ip)->i_state & I_DIRTY_PAGES) || in xfs_prep_free_cowblocks()
1722 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_DIRTY) || in xfs_prep_free_cowblocks()
1723 mapping_tagged(VFS_I(ip)->i_mapping, PAGECACHE_TAG_WRITEBACK) || in xfs_prep_free_cowblocks()
1724 atomic_read(&VFS_I(ip)->i_dio_count)) in xfs_prep_free_cowblocks()