Home
last modified time | relevance | path

Searched refs:vn_count (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_vnode.c232 /* 3 */ (void *)(vn_count(vp)), \
Dxfs_vnode.h534 static inline int vn_count(struct xfs_vnode *vp) in vn_count() function
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_vfsops.c619 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) {
Dxfs_inode.c3557 if (vn_count(vp) != 0) { in xfs_iflush_all()
3558 if (vn_count(vp) == 1 && in xfs_iflush_all()
/freebsd-9-stable/contrib/llvm/include/llvm/Object/
DELF.h449 unsigned vn_count = sec->sh_info; // Number of Verneed entries in LoadVersionNeeds() local
454 for (unsigned i = 0; i < vn_count; i++) { in LoadVersionNeeds()