Symbol: nfsattrstat
usr/src/uts/common/fs/nfs/nfs_client.c
867
struct nfsattrstat ns;
usr/src/uts/common/fs/nfs/nfs_dump.c
362
static struct nfsattrstat na;
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
255
xdr_nfslog_getattrres(XDR *xdrs, struct nfsattrstat *objp)
usr/src/uts/common/fs/nfs/nfs_log_xdr.c
297
xdr_nfslog_writeresult(XDR *xdrs, struct nfsattrstat *objp)
usr/src/uts/common/fs/nfs/nfs_server.c
1231
struct nfsattrstat nfs2_getattr_res;
usr/src/uts/common/fs/nfs/nfs_server.c
1234
struct nfsattrstat nfs2_setattr_res;
usr/src/uts/common/fs/nfs/nfs_server.c
1250
struct nfsattrstat nfs2_write_res;
usr/src/uts/common/fs/nfs/nfs_server.c
720
xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat),
usr/src/uts/common/fs/nfs/nfs_server.c
727
xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat),
usr/src/uts/common/fs/nfs/nfs_server.c
769
xdr_attrstat, xdr_fastattrstat, sizeof (struct nfsattrstat),
usr/src/uts/common/fs/nfs/nfs_srv.c
1048
rfs_write_sync(struct nfswriteargs *wa, struct nfsattrstat *ns,
usr/src/uts/common/fs/nfs/nfs_srv.c
1264
struct nfsattrstat *ns;
usr/src/uts/common/fs/nfs/nfs_srv.c
1292
rfs_write(struct nfswriteargs *wa, struct nfsattrstat *ns,
usr/src/uts/common/fs/nfs/nfs_srv.c
130
rfs_getattr(fhandle_t *fhp, struct nfsattrstat *ns, struct exportinfo *exi,
usr/src/uts/common/fs/nfs/nfs_srv.c
177
rfs_setattr(struct nfssaargs *args, struct nfsattrstat *ns,
usr/src/uts/common/fs/nfs/nfs_vnops.c
1189
struct nfsattrstat ns;
usr/src/uts/common/fs/nfs/nfs_vnops.c
869
struct nfsattrstat ns;
usr/src/uts/common/fs/nfs/nfs_xdr.c
610
xdr_attrstat(XDR *xdrs, struct nfsattrstat *ns)
usr/src/uts/common/fs/nfs/nfs_xdr.c
620
xdr_fastattrstat(XDR *xdrs, struct nfsattrstat *ns)
usr/src/uts/common/nfs/nfs.h
819
extern bool_t xdr_attrstat(XDR *, struct nfsattrstat *);
usr/src/uts/common/nfs/nfs.h
820
extern bool_t xdr_fastattrstat(XDR *, struct nfsattrstat *);
usr/src/uts/common/nfs/nfs.h
889
extern void rfs_getattr(fhandle_t *, struct nfsattrstat *,
usr/src/uts/common/nfs/nfs.h
892
extern void rfs_setattr(struct nfssaargs *, struct nfsattrstat *,
usr/src/uts/common/nfs/nfs.h
906
extern void rfs_write_sync(struct nfswriteargs *, struct nfsattrstat *,
usr/src/uts/common/nfs/nfs.h
908
extern void rfs_write(struct nfswriteargs *, struct nfsattrstat *,
usr/src/uts/common/nfs/nfs_log.h
555
extern bool_t xdr_nfslog_getattrres(XDR *, struct nfsattrstat *);
usr/src/uts/common/nfs/nfs_log.h
559
extern bool_t xdr_nfslog_writeresult(XDR *, struct nfsattrstat *);