sys/arch/sparc64/dev/vdsp.c
912
struct vattr va;
sys/dev/firmload.c
38
struct vattr va;
sys/dev/vnd.c
401
struct vattr vattr;
sys/dev/vnd.c
469
error = VOP_GETATTR(nd.ni_vp, &vattr, p->p_ucred, p);
sys/dev/vnd.c
481
if (major(vattr.va_fsid) == major(dev)) {
sys/dev/vnd.c
496
size = vattr.va_size / vio->vnd_secsize;
sys/dev/vnd.c
593
error = VOP_GETATTR(sc->sc_vp, &vattr, p->p_ucred, p);
sys/dev/vnd.c
599
vnu->vnu_dev = vattr.va_fsid;
sys/dev/vnd.c
600
vnu->vnu_ino = vattr.va_fileid;
sys/isofs/cd9660/cd9660_vnops.c
165
struct vattr *vap = ap->a_vap;
sys/isofs/cd9660/cd9660_vnops.c
96
struct vattr *vap = ap->a_vap;
sys/isofs/udf/udf_vnops.c
327
struct vattr *vap;
sys/kern/kern_exec.c
258
struct vattr attr;
sys/kern/kern_sig.c
1899
struct vattr vattr;
sys/kern/kern_sig.c
1985
if ((error = VOP_GETATTR(vp, &vattr, cred, p)) != 0) {
sys/kern/kern_sig.c
1990
if (vp->v_type != VREG || vattr.va_nlink != 1 ||
sys/kern/kern_sig.c
1991
vattr.va_mode & ((VREAD | VWRITE) >> 3 | (VREAD | VWRITE) >> 6) ||
sys/kern/kern_sig.c
1992
vattr.va_uid != cred->cr_uid) {
sys/kern/kern_sig.c
1998
vattr_null(&vattr);
sys/kern/kern_sig.c
1999
vattr.va_size = 0;
sys/kern/kern_sig.c
2000
VOP_SETATTR(vp, &vattr, cred, p);
sys/kern/kern_sysctl.c
1454
struct vattr va;
sys/kern/subr_prof.c
390
struct vattr vattr;
sys/kern/subr_prof.c
439
if ((error = VOP_GETATTR(vp, &vattr, cred, p)) != 0) {
sys/kern/subr_prof.c
444
if (vp->v_type != VREG || vattr.va_nlink != 1 ||
sys/kern/subr_prof.c
445
vattr.va_mode & ((VREAD | VWRITE) >> 3 | (VREAD | VWRITE) >> 6) ||
sys/kern/subr_prof.c
446
vattr.va_uid != cred->cr_uid) {
sys/kern/subr_prof.c
452
vattr_null(&vattr);
sys/kern/subr_prof.c
453
vattr.va_size = 0;
sys/kern/subr_prof.c
454
VOP_SETATTR(vp, &vattr, cred, p);
sys/kern/tty_pty.c
1010
struct vattr vattr;
sys/kern/tty_pty.c
1029
vattr_null(&vattr);
sys/kern/tty_pty.c
1030
getnanotime(&vattr.va_atime);
sys/kern/tty_pty.c
1031
vattr.va_mtime = vattr.va_atime;
sys/kern/tty_pty.c
1032
vattr.va_vaflags |= VA_UTIMES_NULL;
sys/kern/tty_pty.c
1033
(void)VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/tty_pty.c
1088
struct vattr vattr;
sys/kern/tty_pty.c
1151
vattr_null(&vattr);
sys/kern/tty_pty.c
1152
vattr.va_uid = uid;
sys/kern/tty_pty.c
1153
vattr.va_gid = gid;
sys/kern/tty_pty.c
1154
vattr.va_mode = (S_IRUSR|S_IWUSR|S_IWGRP) & ALLPERMS;
sys/kern/tty_pty.c
1157
error = VOP_SETATTR(snd.ni_vp, &vattr, cred, p);
sys/kern/uipc_syscalls.c
1515
struct vattr va;
sys/kern/uipc_usrreq.c
331
struct vattr vattr;
sys/kern/uipc_usrreq.c
390
vattr_null(&vattr);
sys/kern/uipc_usrreq.c
391
vattr.va_type = VSOCK;
sys/kern/uipc_usrreq.c
392
vattr.va_mode = ACCESSPERMS &~ p->p_fd->fd_cmask;
sys/kern/uipc_usrreq.c
393
error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr);
sys/kern/vfs_getcwd.c
62
struct vattr va;
sys/kern/vfs_subr.c
342
vattr_null(struct vattr *vap)
sys/kern/vfs_syscalls.c
1105
struct vattr vattr;
sys/kern/vfs_syscalls.c
1207
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
1208
vattr.va_size = 0;
sys/kern/vfs_syscalls.c
1209
error = VOP_SETATTR(vp, &vattr, fp->f_cred, p);
sys/kern/vfs_syscalls.c
1380
struct vattr va;
sys/kern/vfs_syscalls.c
1602
struct vattr vattr;
sys/kern/vfs_syscalls.c
1625
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
1626
vattr.va_mode = (mode & ALLPERMS) &~ p->p_fd->fd_cmask;
sys/kern/vfs_syscalls.c
1628
vattr.va_mode &= ACCESSPERMS;
sys/kern/vfs_syscalls.c
1629
vattr.va_rdev = dev;
sys/kern/vfs_syscalls.c
1633
vattr.va_type = VBAD;
sys/kern/vfs_syscalls.c
1636
vattr.va_type = VCHR;
sys/kern/vfs_syscalls.c
1639
vattr.va_type = VBLK;
sys/kern/vfs_syscalls.c
1647
vattr.va_type = VFIFO;
sys/kern/vfs_syscalls.c
1659
error = VOP_MKNOD(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr);
sys/kern/vfs_syscalls.c
1815
struct vattr vattr;
sys/kern/vfs_syscalls.c
1839
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
1840
vattr.va_mode = ACCESSPERMS &~ p->p_fd->fd_cmask;
sys/kern/vfs_syscalls.c
1841
error = VOP_SYMLINK(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr, path);
sys/kern/vfs_syscalls.c
2331
struct vattr vattr;
sys/kern/vfs_syscalls.c
2341
if ((error = VOP_GETATTR(vp, &vattr, p->p_ucred, p))
sys/kern/vfs_syscalls.c
2344
if (vattr.va_type == VCHR || vattr.va_type == VBLK) {
sys/kern/vfs_syscalls.c
2349
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2350
vattr.va_flags = flags;
sys/kern/vfs_syscalls.c
2351
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2390
struct vattr vattr;
sys/kern/vfs_syscalls.c
2412
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2413
vattr.va_mode = mode & ALLPERMS;
sys/kern/vfs_syscalls.c
2414
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2430
struct vattr vattr;
sys/kern/vfs_syscalls.c
2450
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2451
vattr.va_mode = mode & ALLPERMS;
sys/kern/vfs_syscalls.c
2452
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2495
struct vattr vattr;
sys/kern/vfs_syscalls.c
2517
error = VOP_GETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2520
mode = vattr.va_mode & ~(VSUID | VSGID);
sys/kern/vfs_syscalls.c
2521
if (mode == vattr.va_mode)
sys/kern/vfs_syscalls.c
2525
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2526
vattr.va_uid = uid;
sys/kern/vfs_syscalls.c
2527
vattr.va_gid = gid;
sys/kern/vfs_syscalls.c
2528
vattr.va_mode = mode;
sys/kern/vfs_syscalls.c
2529
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2548
struct vattr vattr;
sys/kern/vfs_syscalls.c
2568
error = VOP_GETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2571
mode = vattr.va_mode & ~(VSUID | VSGID);
sys/kern/vfs_syscalls.c
2572
if (mode == vattr.va_mode)
sys/kern/vfs_syscalls.c
2576
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2577
vattr.va_uid = uid;
sys/kern/vfs_syscalls.c
2578
vattr.va_gid = gid;
sys/kern/vfs_syscalls.c
2579
vattr.va_mode = mode;
sys/kern/vfs_syscalls.c
2580
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2599
struct vattr vattr;
sys/kern/vfs_syscalls.c
2618
error = VOP_GETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2621
mode = vattr.va_mode & ~(VSUID | VSGID);
sys/kern/vfs_syscalls.c
2622
if (mode == vattr.va_mode)
sys/kern/vfs_syscalls.c
2626
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2627
vattr.va_uid = uid;
sys/kern/vfs_syscalls.c
2628
vattr.va_gid = gid;
sys/kern/vfs_syscalls.c
2629
vattr.va_mode = mode;
sys/kern/vfs_syscalls.c
2630
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2736
struct vattr vattr;
sys/kern/vfs_syscalls.c
2749
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2752
vattr.va_vaflags = VA_UTIMES_CHANGE;
sys/kern/vfs_syscalls.c
2756
vattr.va_vaflags |= VA_UTIMES_NULL;
sys/kern/vfs_syscalls.c
2766
vattr.va_atime = ts[0];
sys/kern/vfs_syscalls.c
2768
vattr.va_mtime = ts[1];
sys/kern/vfs_syscalls.c
2774
error = VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
2871
struct vattr vattr;
sys/kern/vfs_syscalls.c
2881
if ((error = VOP_GETATTR(vp, &vattr, p->p_ucred, p)) != 0)
sys/kern/vfs_syscalls.c
2883
if (len > vattr.va_size) {
sys/kern/vfs_syscalls.c
2889
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
2890
vattr.va_size = len;
sys/kern/vfs_syscalls.c
2891
return VOP_SETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_syscalls.c
3120
struct vattr vattr;
sys/kern/vfs_syscalls.c
3140
vattr_null(&vattr);
sys/kern/vfs_syscalls.c
3141
vattr.va_type = VDIR;
sys/kern/vfs_syscalls.c
3142
vattr.va_mode = (mode & ACCESSPERMS) &~ p->p_fd->fd_cmask;
sys/kern/vfs_syscalls.c
3143
error = VOP_MKDIR(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr);
sys/kern/vfs_syscalls.c
3255
struct vattr vattr;
sys/kern/vfs_syscalls.c
3270
if ((error = VOP_GETATTR(vp, &vattr, p->p_ucred, p)) != 0)
sys/kern/vfs_syscalls.c
3272
if (p->p_ucred->cr_uid != vattr.va_uid &&
sys/kern/vfs_vnops.c
451
struct vattr va;
sys/kern/vfs_vnops.c
516
struct vattr vattr;
sys/kern/vfs_vnops.c
525
error = VOP_GETATTR(vp, &vattr, p->p_ucred, p);
sys/kern/vfs_vnops.c
528
*(int *)data = vattr.va_size - foffset(fp);
sys/kern/vfs_vnops.c
642
struct vattr vattr;
sys/kern/vfs_vnops.c
663
error = VOP_GETATTR(vp, &vattr, cred, p);
sys/kern/vfs_vnops.c
667
newoff = *offset + (off_t)vattr.va_size;
sys/kern/vfs_vnops.c
84
struct vattr va;
sys/kern/vfs_vops.c
108
struct componentname *cnp, struct vattr *vap)
sys/kern/vfs_vops.c
178
VOP_GETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/kern/vfs_vops.c
195
VOP_SETATTR(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/kern/vfs_vops.c
381
struct componentname *cnp, struct vattr *vap)
sys/kern/vfs_vops.c
418
struct componentname *cnp, struct vattr *vap, char *target)
sys/kern/vfs_vops.c
90
struct componentname *cnp, struct vattr *vap)
sys/miscfs/fuse/fuse_vfsops.c
268
struct vattr vattr;
sys/miscfs/fuse/fuse_vfsops.c
321
error = VOP_GETATTR(nvp, &vattr, curproc->p_ucred, curproc);
sys/miscfs/fuse/fuse_vfsops.c
326
ip->filesize = vattr.va_size;
sys/miscfs/fuse/fuse_vnops.c
1053
struct vattr *vap = ap->a_vap;
sys/miscfs/fuse/fuse_vnops.c
1112
struct vattr *vap = ap->a_vap;
sys/miscfs/fuse/fuse_vnops.c
1232
struct vattr vattr;
sys/miscfs/fuse/fuse_vnops.c
1249
if ((error = VOP_GETATTR(vp, &vattr, cred, p)) != 0)
sys/miscfs/fuse/fuse_vnops.c
1252
uio->uio_offset = vattr.va_size;
sys/miscfs/fuse/fuse_vnops.c
1429
struct vattr *vap = ap->a_vap;
sys/miscfs/fuse/fuse_vnops.c
353
struct vattr vattr;
sys/miscfs/fuse/fuse_vnops.c
389
if ((error = VOP_GETATTR(ap->a_vp, &vattr, cred, p)) != 0)
sys/miscfs/fuse/fuse_vnops.c
392
return (vaccess(ap->a_vp->v_type, vattr.va_mode & ALLPERMS,
sys/miscfs/fuse/fuse_vnops.c
393
vattr.va_uid, vattr.va_gid, ap->a_mode,
sys/miscfs/fuse/fuse_vnops.c
403
struct vattr *vap = ap->a_vap;
sys/miscfs/fuse/fuse_vnops.c
486
struct vattr *vap = ap->a_vap;
sys/msdosfs/msdosfs_vnops.c
230
struct vattr *vap = ap->a_vap;
sys/msdosfs/msdosfs_vnops.c
331
struct vattr *vap = ap->a_vap;
sys/nfs/nfs.h
175
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
sys/nfs/nfs_bio.c
105
error = VOP_GETATTR(vp, &vattr, cred, p);
sys/nfs/nfs_bio.c
108
np->n_mtime = vattr.va_mtime;
sys/nfs/nfs_bio.c
110
error = VOP_GETATTR(vp, &vattr, cred, p);
sys/nfs/nfs_bio.c
113
if (timespeccmp(&np->n_mtime, &vattr.va_mtime, !=)) {
sys/nfs/nfs_bio.c
117
np->n_mtime = vattr.va_mtime;
sys/nfs/nfs_bio.c
252
struct vattr vattr;
sys/nfs/nfs_bio.c
281
error = VOP_GETATTR(vp, &vattr, cred, p);
sys/nfs/nfs_bio.c
71
struct vattr vattr;
sys/nfs/nfs_kq.c
351
struct vattr attr;
sys/nfs/nfs_kq.c
93
struct vattr attr;
sys/nfs/nfs_serv.c
1021
struct vattr va, dirfor, diraft;
sys/nfs/nfs_serv.c
1317
struct vattr va, dirfor, diraft;
sys/nfs/nfs_serv.c
1504
struct vattr dirfor, diraft;
sys/nfs/nfs_serv.c
151
struct vattr va;
sys/nfs/nfs_serv.c
1606
struct vattr fdirfor, fdiraft, tdirfor, tdiraft;
sys/nfs/nfs_serv.c
1816
struct vattr dirfor, diraft, at;
sys/nfs/nfs_serv.c
1933
struct vattr va, dirfor, diraft;
sys/nfs/nfs_serv.c
2100
struct vattr va, dirfor, diraft;
sys/nfs/nfs_serv.c
222
struct vattr va;
sys/nfs/nfs_serv.c
2239
struct vattr dirfor, diraft;
sys/nfs/nfs_serv.c
2391
struct vattr at;
sys/nfs/nfs_serv.c
2623
struct vattr va, at, *vap = &va;
sys/nfs/nfs_serv.c
274
struct vattr va, preat;
sys/nfs/nfs_serv.c
2877
struct vattr bfor, aft;
sys/nfs/nfs_serv.c
2956
struct vattr at;
sys/nfs/nfs_serv.c
3039
struct vattr at;
sys/nfs/nfs_serv.c
3115
struct vattr at;
sys/nfs/nfs_serv.c
3243
struct vattr vattr;
sys/nfs/nfs_serv.c
3277
VOP_GETATTR(vp, &vattr, cred, p) == 0 &&
sys/nfs/nfs_serv.c
3278
cred->cr_uid == vattr.va_uid)
sys/nfs/nfs_serv.c
455
struct vattr va, dirattr;
sys/nfs/nfs_serv.c
544
struct vattr attr;
sys/nfs/nfs_serv.c
646
struct vattr va;
sys/nfs/nfs_serv.c
826
struct vattr va, forat;
sys/nfs/nfs_srvsubs.c
239
struct vattr *before_vap, int after_ret, struct vattr *after_vap,
sys/nfs/nfs_srvsubs.c
261
struct vattr *after_vap, struct nfsm_info *info)
sys/nfs/nfs_srvsubs.c
278
nfsm_srvfattr(struct nfsrv_descript *nfsd, struct vattr *vap,
sys/nfs/nfs_srvsubs.c
397
nfsm_srvsattr(struct mbuf **mp, struct vattr *va, struct mbuf *mrep,
sys/nfs/nfs_subs.c
1130
nfs_getattrcache(struct vnode *vp, struct vattr *vaper)
sys/nfs/nfs_subs.c
1133
struct vattr *vap;
sys/nfs/nfs_subs.c
1155
bcopy(vap, vaper, sizeof(struct vattr));
sys/nfs/nfs_subs.c
1377
nfsm_v3attrbuild(struct mbuf **mp, struct vattr *a, int full)
sys/nfs/nfs_subs.c
934
struct vattr *vaper)
sys/nfs/nfs_subs.c
937
struct vattr *vap;
sys/nfs/nfs_var.h
150
void nfsm_srvwcc(struct nfsrv_descript *, int, struct vattr *, int,
sys/nfs/nfs_var.h
151
struct vattr *, struct nfsm_info *);
sys/nfs/nfs_var.h
152
void nfsm_srvpostop_attr(struct nfsrv_descript *, int, struct vattr *,
sys/nfs/nfs_var.h
154
void nfsm_srvfattr(struct nfsrv_descript *, struct vattr *,
sys/nfs/nfs_var.h
159
int nfsm_srvsattr(struct mbuf **, struct vattr *, struct mbuf *, caddr_t *);
sys/nfs/nfs_var.h
173
struct vattr *);
sys/nfs/nfs_var.h
174
int nfs_getattrcache(struct vnode *, struct vattr *);
sys/nfs/nfs_var.h
175
void nfsm_v3attrbuild(struct mbuf **, struct vattr *, int);
sys/nfs/nfs_vfsops.c
266
struct vattr attr;
sys/nfs/nfs_vfsops.c
619
struct vattr attr;
sys/nfs/nfs_vnops.c
107
int nfs_setattrrpc(struct vnode *, struct vattr *, struct ucred *,
sys/nfs/nfs_vnops.c
1437
struct vattr *vap)
sys/nfs/nfs_vnops.c
1547
struct vattr *vap = ap->a_vap;
sys/nfs/nfs_vnops.c
1669
struct vattr vattr;
sys/nfs/nfs_vnops.c
1680
VOP_GETATTR(vp, &vattr, cnp->cn_cred, cnp->cn_proc) == 0 &&
sys/nfs/nfs_vnops.c
1681
vattr.va_nlink > 1)) {
sys/nfs/nfs_vnops.c
1967
struct vattr *vap = ap->a_vap;
sys/nfs/nfs_vnops.c
2033
struct vattr *vap = ap->a_vap;
sys/nfs/nfs_vnops.c
2192
struct vattr vattr;
sys/nfs/nfs_vnops.c
2210
if (VOP_GETATTR(vp, &vattr, ap->a_cred, uio->uio_procp) == 0 &&
sys/nfs/nfs_vnops.c
2211
timespeccmp(&np->n_mtime, &vattr.va_mtime, ==)) {
sys/nfs/nfs_vnops.c
3440
struct vattr va;
sys/nfs/nfs_vnops.c
3513
struct vattr vattr;
sys/nfs/nfs_vnops.c
3519
vattr_null(&vattr);
sys/nfs/nfs_vnops.c
3521
vattr.va_atime = np->n_atim;
sys/nfs/nfs_vnops.c
3523
vattr.va_mtime = np->n_mtim;
sys/nfs/nfs_vnops.c
3524
(void)VOP_SETATTR(vp, &vattr, ap->a_cred, ap->a_p);
sys/nfs/nfs_vnops.c
3576
struct vattr vattr;
sys/nfs/nfs_vnops.c
3588
vattr_null(&vattr);
sys/nfs/nfs_vnops.c
3590
vattr.va_atime = np->n_atim;
sys/nfs/nfs_vnops.c
3592
vattr.va_mtime = np->n_mtim;
sys/nfs/nfs_vnops.c
3593
(void)VOP_SETATTR(vp, &vattr, ap->a_cred, ap->a_p);
sys/nfs/nfs_vnops.c
421
struct vattr vattr;
sys/nfs/nfs_vnops.c
459
error = VOP_GETATTR(vp, &vattr, ap->a_cred, ap->a_p);
sys/nfs/nfs_vnops.c
462
np->n_mtime = vattr.va_mtime;
sys/nfs/nfs_vnops.c
464
error = VOP_GETATTR(vp, &vattr, ap->a_cred, ap->a_p);
sys/nfs/nfs_vnops.c
467
if (timespeccmp(&np->n_mtime, &vattr.va_mtime, !=)) {
sys/nfs/nfs_vnops.c
474
np->n_mtime = vattr.va_mtime;
sys/nfs/nfs_vnops.c
535
nfsm_loadattr(struct nfsm_info *infop, struct vnode **vpp, struct vattr *vap)
sys/nfs/nfs_vnops.c
601
struct vattr *vap = ap->a_vap;
sys/nfs/nfs_vnops.c
717
nfs_setattrrpc(struct vnode *vp, struct vattr *vap, struct ucred *cred,
sys/nfs/nfs_vnops.c
844
struct vattr vattr;
sys/nfs/nfs_vnops.c
874
if (!VOP_GETATTR(dvp, &vattr, cnp->cn_cred,
sys/nfs/nfs_vnops.c
875
cnp->cn_proc) && vattr.va_mtime.tv_sec ==
sys/nfs/nfs_vnops.c
884
if (!VOP_GETATTR(newvp, &vattr, cnp->cn_cred, cnp->cn_proc)
sys/nfs/nfs_vnops.c
885
&& vattr.va_ctime.tv_sec == VTONFS(newvp)->n_ctime)
sys/nfs/nfs_vnops.c
90
struct vattr *);
sys/nfs/nfsnode.h
69
struct vattr n_vattr; /* Vnode attribute cache */
sys/ntfs/ntfs_vnops.c
139
struct vattr *vap = ap->a_vap;
sys/sys/exec.h
118
struct vattr *ep_vap; /* executable's attributes */
sys/sys/vnode.h
323
struct vattr *a_vap;
sys/sys/vnode.h
326
struct vattr *);
sys/sys/vnode.h
332
struct vattr *a_vap;
sys/sys/vnode.h
335
struct vattr *);
sys/sys/vnode.h
363
struct vattr *a_vap;
sys/sys/vnode.h
367
int VOP_GETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *);
sys/sys/vnode.h
371
struct vattr *a_vap;
sys/sys/vnode.h
375
int VOP_SETATTR(struct vnode *, struct vattr *, struct ucred *, struct proc *);
sys/sys/vnode.h
454
struct vattr *a_vap;
sys/sys/vnode.h
457
struct vattr *);
sys/sys/vnode.h
470
struct vattr *a_vap;
sys/sys/vnode.h
474
struct vattr *, char *);
sys/sys/vnode.h
573
struct vattr;
sys/sys/vnode.h
584
void vattr_null(struct vattr *);
sys/tmpfs/tmpfs.h
267
int tmpfs_alloc_file(struct vnode *, struct vnode **, struct vattr *,
sys/tmpfs/tmpfs_subr.c
369
tmpfs_alloc_file(struct vnode *dvp, struct vnode **vpp, struct vattr *vap,
sys/tmpfs/tmpfs_vnops.c
314
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
318
struct vattr *vap = ap->a_vap;
sys/tmpfs/tmpfs_vnops.c
333
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
337
struct vattr *vap = ap->a_vap;
sys/tmpfs/tmpfs_vnops.c
445
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
449
struct vattr *vap = ap->a_vap;
sys/tmpfs/tmpfs_vnops.c
487
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
491
struct vattr *vap = ap->a_vap;
sys/tmpfs/tmpfs_vnops.c
823
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
828
struct vattr *vap = ap->a_vap;
sys/tmpfs/tmpfs_vnops.c
927
struct vattr *a_vap;
sys/tmpfs/tmpfs_vnops.c
933
struct vattr *vap = ap->a_vap;
sys/ufs/ext2fs/ext2fs_vnops.c
166
struct vattr *vap = ap->a_vap;
sys/ufs/ext2fs/ext2fs_vnops.c
209
struct vattr *vap = ap->a_vap;
sys/ufs/ext2fs/ext2fs_vnops.c
861
struct vattr *vap = ap->a_vap;
sys/ufs/ext2fs/ext2fs_vnops.c
95
struct vattr *vap = ap->a_vap;
sys/ufs/ufs/ufs_extern.h
52
struct vattr;
sys/ufs/ufs/ufs_vnops.c
1087
struct vattr *vap = ap->a_vap;
sys/ufs/ufs/ufs_vnops.c
161
struct vattr *vap = ap->a_vap;
sys/ufs/ufs/ufs_vnops.c
290
struct vattr *vap = ap->a_vap;
sys/ufs/ufs/ufs_vnops.c
333
struct vattr *vap = ap->a_vap;
sys/uvm/uvm_mmap.c
220
struct vattr va;
sys/uvm/uvm_swap.c
842
struct vattr va;
sys/uvm/uvm_vnode.c
139
struct vattr vattr;
sys/uvm/uvm_vnode.c
166
result = VOP_GETATTR(vp, &vattr, curproc->p_ucred, curproc);
sys/uvm/uvm_vnode.c
168
used_vnode_size = vattr.va_size;