Searched refs:xfs_ipincount (Results 1 – 3 of 3) sorted by relevance
1862 if (xfs_ipincount(ip)) in __xfs_iunpin_wait() 1864 } while (xfs_ipincount(ip)); in __xfs_iunpin_wait() 1872 if (xfs_ipincount(ip)) in xfs_iunpin_wait() 2568 if (xfs_ipincount(ip)) in xfs_iflush_cluster() 2614 if (xfs_ipincount(ip)) { in xfs_iflush_cluster()
588 #define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount)) macro
763 if (xfs_ipincount(ip) > 0 || xfs_buf_ispinned(bp)) { in xfs_inode_item_push()