Symbol: nfsfattr
usr/src/uts/common/fs/nfs/nfs_client.c
1025
nattr_to_vattr(vnode_t *vp, struct nfsfattr *na, struct vattr *vap)
usr/src/uts/common/fs/nfs/nfs_client.c
379
nfs_attrcache(vnode_t *vp, struct nfsfattr *na, hrtime_t t)
usr/src/uts/common/fs/nfs/nfs_client.c
432
nfs_cache_fattr(vnode_t *vp, struct nfsfattr *na, vattr_t *vap, hrtime_t t,
usr/src/uts/common/fs/nfs/nfs_srv.c
2902
vattr_to_nattr(struct vattr *vap, struct nfsfattr *na)
usr/src/uts/common/fs/nfs/nfs_subr.c
2277
makenfsnode(fhandle_t *fh, struct nfsfattr *attr, struct vfs *vfsp,
usr/src/uts/common/fs/nfs/nfs_xdr.c
1017
struct nfsfattr *na;
usr/src/uts/common/fs/nfs/nfs_xdr.c
1096
struct nfsfattr *na;
usr/src/uts/common/fs/nfs/nfs_xdr.c
259
xdr_fattr(XDR *xdrs, struct nfsfattr *na)
usr/src/uts/common/fs/nfs/nfs_xdr.c
329
xdr_fastfattr(XDR *xdrs, struct nfsfattr *na)
usr/src/uts/common/nfs/nfs.h
1000
extern int vattr_to_nattr(struct vattr *, struct nfsfattr *);
usr/src/uts/common/nfs/nfs.h
600
struct nfsfattr rrok_attr; /* attributes, need for pagin */
usr/src/uts/common/nfs/nfs.h
646
struct nfsfattr ns_attr_u; /* NFS_OK: file attributes */
usr/src/uts/common/nfs/nfs.h
726
struct nfsfattr drok_attr; /* result file attributes */
usr/src/uts/common/nfs/nfs.h
828
extern bool_t xdr_fastfattr(XDR *, struct nfsfattr *);
usr/src/uts/common/nfs/nfs.h
830
extern bool_t xdr_fattr(XDR *, struct nfsfattr *);
usr/src/uts/common/nfs/nfs.h
962
extern void nfs_attrcache(vnode_t *, struct nfsfattr *, hrtime_t);
usr/src/uts/common/nfs/nfs.h
963
extern int nfs_cache_fattr(vnode_t *, struct nfsfattr *, vattr_t *,
usr/src/uts/common/nfs/nfs.h
969
extern int nattr_to_vattr(vnode_t *, struct nfsfattr *, struct vattr *);
usr/src/uts/common/nfs/nfs_acl.h
107
struct nfsfattr attr;
usr/src/uts/common/nfs/nfs_acl.h
125
struct nfsfattr attr;
usr/src/uts/common/nfs/nfs_acl.h
151
struct nfsfattr attr;
usr/src/uts/common/nfs/nfs_acl.h
172
struct nfsfattr attr;
usr/src/uts/common/nfs/nfs_acl.h
87
struct nfsfattr attr;
usr/src/uts/common/nfs/rnode.h
371
extern vnode_t *makenfsnode(fhandle_t *, struct nfsfattr *, struct vfs *,