Home
last modified time | relevance | path

Searched refs:ftype3 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x426 enum ftype3 { enum
460 ftype3 type;
863 union mknoddata3 switch (ftype3 type) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h1209 enum ftype3 { enum
1218 typedef enum ftype3 ftype3; typedef
1221 ftype3 type;
1738 ftype3 type;
H A Dnfs_log.h419 ftype3 type;
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h99 ftype3 type3;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c32 static bool_t xdr_ftype3(XDR *, ftype3 *);
95 xdr_ftype3(XDR *xdrs, ftype3 *objp) in xdr_ftype3()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_xdr.c505 na->type = IXDR_GET_ENUM(ptr, enum ftype3); in xdr_fattr3()
597 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr()
598 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
752 if ((ftype3)vap->va_type < NF3REG || in xdr_fattr3_to_vattr()
753 (ftype3)vap->va_type > NF3FIFO) in xdr_fattr3_to_vattr()
H A Dnfs3_srv.c4293 static const ftype3 vt_to_nf3[] = {