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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c168 static int nfs_fid(vnode_t *, fid_t *, caller_context_t *);
222 VOPNAME_FID, { .vop_fid = nfs_fid },
3546 nfs_fid(vnode_t *vp, fid_t *fidp, caller_context_t *ct) function
3548 struct nfs_fid *fp;
3553 if (fidp->fid_len < (sizeof (struct nfs_fid) - sizeof (short))) {
3554 fidp->fid_len = sizeof (struct nfs_fid) - sizeof (short);
3557 fp = (struct nfs_fid *)fidp;
3559 fp->nf_len = sizeof (struct nfs_fid) - sizeof (short);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs_inet.h114 struct nfs_fid { struct
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h385 struct nfs_fid { struct

Completed in 80 milliseconds