Home
last modified time | relevance | path

Searched refs:nfs_ftype4 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h100 nfs_ftype4 type4;
218 nfs_ftype4 b_fattr4_type;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h70 enum nfs_ftype4 { enum
81 typedef enum nfs_ftype4 nfs_ftype4; typedef
699 typedef nfs_ftype4 fattr4_type;
1280 nfs_ftype4 type;
1291 nfs_ftype4 type;
3317 extern bool_t xdr_nfs_ftype4(XDR *, nfs_ftype4*);
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x93 enum nfs_ftype4 { enum
789 typedef nfs_ftype4 fattr4_type;
1385 union createtype4 switch (nfs_ftype4 type) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c556 static char *sum_type_name(nfs_ftype4);
576 static char *detail_type_name(nfs_ftype4);
3662 sum_type_name(nfs_ftype4 type) in sum_type_name()
3720 detail_type_name(nfs_ftype4 type) in detail_type_name()
3995 nfs_ftype4 val; in prt_type()
H A Dnfs4_xdr.c57 xdr_nfs_ftype4(register XDR *xdrs, nfs_ftype4 *objp) in xdr_nfs_ftype4()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_readdir.c101 static nfs_ftype4 vt_to_nf4[] = {
H A Dnfs4_xdr.c988 if ((nfs_ftype4)vap->va_type < NF4REG || in xdr_ga_fattr_res()
989 (nfs_ftype4)vap->va_type > NF4NAMEDATTR) in xdr_ga_fattr_res()
1657 if ((nfs_ftype4)vap->va_type < NF4REG || in xdr_ga_fattr_res_inline()
1658 (nfs_ftype4)vap->va_type > NF4NAMEDATTR) in xdr_ga_fattr_res_inline()
H A Dnfs4_srv_attr.c275 static nfs_ftype4 vt_to_nf4[] = {
H A Dnfs4_vnops.c6814 vnode_t **vpp, cred_t *cr, nfs_ftype4 type) in call_nfs4_create_req()
7170 nfs_ftype4 type; in nfs4mknod()