Searched refs:bva (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c158 struct vattr bva; local
216 bva.va_mask = AT_ALL;
217 error = rfs4_delegated_getattr(vp, &bva, 0, cr);
226 bvap = &bva;
234 (args->guard.obj_ctime.seconds != bva.va_ctime.tv_sec ||
235 args->guard.obj_ctime.nseconds != bva.va_ctime.tv_nsec)) {
280 if (ava.va_size < bva.va_size) {
282 length = bva.va_size - ava.va_size;
284 offset = bva.va_size;
285 length = ava.va_size - bva
1261 struct vattr bva; local
2395 struct vattr bva; local
2540 struct vattr bva; local
2902 struct vattr bva; local
4024 struct vattr bva; local
[all...]
H A Dnfs_srv.c153 struct vattr bva; local
236 bva.va_mask = AT_UID | AT_SIZE;
238 error = VOP_GETATTR(vp, &bva, 0, cr, &ct);
252 if (va.va_size < bva.va_size) {
254 length = bva.va_size - va.va_size;
256 offset = bva.va_size;
257 length = va.va_size - bva.va_size;
265 if (crgetuid(cr) == bva.va_uid && !error &&
266 va.va_size != bva.va_size) {
1827 struct vattr bva; local
[all...]
H A Dnfs4_srv.c1520 struct vattr bva, iva, iva2, ava, *vap; local
1636 bva.va_mask = AT_CTIME|AT_SEQ|AT_MODE;
1637 error = VOP_GETATTR(dvp, &bva, 0, cr, NULL);
1647 NFS4_SET_FATTR4_CHANGE(resp->cinfo.before, bva.va_ctime)
1656 if (!(bva.va_mode & VSUID) && (vap->va_mask & AT_UID) == 0) {
1660 if (!(bva.va_mode & VSGID) && (vap->va_mask & AT_GID) == 0) {
1823 ava.va_ctime = bva.va_ctime;
1862 if (!error && bva.va_seq && iva.va_seq && ava.va_seq &&
1863 iva.va_seq == (bva.va_seq + 1) && iva.va_seq == ava.va_seq)
5138 struct vattr bva; local
5550 struct vattr bva; local
6101 vattr_t bva, ava, fva; local
6311 vattr_t bva, ava, iva, cva, *vap; local
[all...]
H A Dnfs_client.c340 vattr_t bva; local
349 bva.va_ctime.tv_sec = wccp->before.attr.ctime.seconds;
350 bva.va_ctime.tv_nsec = wccp->before.attr.ctime.nseconds;
351 bva.va_mtime.tv_sec = wccp->before.attr.mtime.seconds;
352 bva.va_mtime.tv_nsec = wccp->before.attr.mtime.nseconds;
353 bva.va_size = wccp->before.attr.size;
354 nfs3_attr_cache(vp, &bva, &ava, t, cr);
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4u/
H A Dtomatillo.esc50 event error.io.tom.mmu.bva@hostbridge/pcibus;
60 event ereport.io.tom.mmu.bva@hostbridge/pcibus/pcidev/pcifn{within(5s)};
77 * - bva: iommu bad virtual address, address out of range.
84 * The um, to, bus, btt, inval, prot and bva errors can cause a target abort to
95 error.io.tom.mmu.bva@hostbridge/pcibus,
143 prop error.io.tom.mmu.bva@hostbridge/pcibus (1)->
144 ereport.io.tom.mmu.bva@PCI_HB_DEV_PATH;
146 prop error.io.tom.mmu.bva@hostbridge/pcibus (0)->
358 * - bva: iommu bad virtual address, address out of range.
366 ereport.io.tom.mmu.bva
[all...]

Completed in 96 milliseconds