Searched defs:nfs_fh4_fmt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1016 typedef struct nfs_fh4_fmt nfs_fh4_fmt_t; typedef in typeref:struct:nfs_fh4_fmt
1018 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val)
1023 #define NFS_FH4_LEN sizeof (nfs_fh4_fmt_t)
1026 * Copy fields from external (fhandle_t) to in-memory (nfs_fh4_fmt_t)
1032 * the contents of nfs_fh4_fmt_t.
1360 extern bool_t xdr_inline_decode_nfs_fh4(uint32_t *, nfs_fh4_fmt_t *,
1363 nfs_fh4_fmt_t *);

Completed in 51 milliseconds