Lines Matching refs:i_flags
65 ip->i_flags = 0; in xfs_inode_alloc()
135 ip->i_flags = XFS_IRECLAIM; in xfs_inode_free()
241 wait_queue_head_t *wq = bit_waitqueue(&ip->i_flags, __XFS_INEW_BIT); in xfs_inew_wait()
242 DEFINE_WAIT_BIT(wait, &ip->i_flags, __XFS_INEW_BIT); in xfs_inew_wait()
368 if (ip->i_flags & (XFS_INEW|XFS_IRECLAIM)) { in xfs_iget_cache_hit()
387 if (ip->i_flags & XFS_IRECLAIMABLE) { in xfs_iget_cache_hit()
401 ip->i_flags |= XFS_IRECLAIM; in xfs_iget_cache_hit()
417 ip->i_flags &= ~(XFS_INEW | XFS_IRECLAIM); in xfs_iget_cache_hit()
419 wake_up_bit(&ip->i_flags, __XFS_INEW_BIT); in xfs_iget_cache_hit()
420 ASSERT(ip->i_flags & XFS_IRECLAIMABLE); in xfs_iget_cache_hit()
433 ip->i_flags &= ~XFS_IRECLAIM_RESET_FLAGS; in xfs_iget_cache_hit()
434 ip->i_flags |= XFS_INEW; in xfs_iget_cache_hit()
1065 ip->i_flags = XFS_IRECLAIM; in xfs_reclaim_inode()
1484 if (ip->i_flags & xfs_iflag_for_tag(tag)) in __xfs_inode_set_blocks_tag()
1487 ip->i_flags |= xfs_iflag_for_tag(tag); in __xfs_inode_set_blocks_tag()
1535 ip->i_flags &= ~xfs_iflag_for_tag(tag); in __xfs_inode_clear_blocks_tag()