Home
last modified time | relevance | path

Searched defs:nfs_fid (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h114 struct nfs_fid { struct
115 ushort_t nf_len;
116 ushort_t nf_pad;
117 struct nfs_fh fh;
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs.h385 struct nfs_fid { struct
386 ushort_t nf_len;
387 ushort_t nf_pad;
388 char nf_data[NFS_FHSIZE];
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3546 nfs_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) in nfs_fid() function