Searched refs:vn_count (Results 1 – 5 of 5) sorted by relevance
232 /* 3 */ (void *)(vn_count(vp)), \
534 static inline int vn_count(struct xfs_vnode *vp) in vn_count() function
619 ASSERT(vn_count(rvp) == 1); in xfs_unmount()763 ASSERT(vn_count(XFS_ITOV(rbmip)) == 1);774 ASSERT(vn_count(XFS_ITOV(rsumip)) == 1);784 if (vn_count(rvp) != 1 && !relocation) {
3557 if (vn_count(vp) != 0) { in xfs_iflush_all()3558 if (vn_count(vp) == 1 && in xfs_iflush_all()
449 unsigned vn_count = sec->sh_info; // Number of Verneed entries in LoadVersionNeeds() local454 for (unsigned i = 0; i < vn_count; i++) { in LoadVersionNeeds()