vat                66 compat/common/compat_util.c 	struct vattr		 vat;
vat               137 compat/common/compat_util.c 		if ((error = VOP_GETATTR(nd.ni_vp, &vat, p->p_ucred, p)) != 0)
vat               144 compat/common/compat_util.c 		if (vat.va_fsid == vatroot.va_fsid &&
vat               145 compat/common/compat_util.c 		    vat.va_fileid == vatroot.va_fileid) {
vat               205 dev/ic/mtd8xxreg.h #define CSR_WRITE_2(reg, vat) \
vat                73 xfs/xfs_vfsops-common.c     struct vattr vat;
vat               111 xfs/xfs_vfsops-common.c     VOP_GETATTR(devvp, &vat, ndp->ni_cred, error);
vat               113 xfs/xfs_vfsops-common.c     error = VOP_GETATTR(devvp, &vat, p->td_proc->p_ucred, p);
vat               115 xfs/xfs_vfsops-common.c     error = VOP_GETATTR(devvp, &vat, p->p_ucred, p);
vat               123 xfs/xfs_vfsops-common.c     dev = VA_RDEV_TO_DEV(vat.va_rdev);