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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddv_node.h121 /* dv_fid overlays the fid structure (for VFS_VGET) */
122 struct dv_fid { struct
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1074 struct dv_fid *dv_fid; local
1076 if (fidp->fid_len < (sizeof (struct dv_fid) - sizeof (ushort_t))) {
1077 fidp->fid_len = sizeof (struct dv_fid) - sizeof (ushort_t);
1081 dv_fid = (struct dv_fid *)fidp;
1082 bzero(dv_fid, sizeof (struct dv_fid));
1083 dv_fid->dvfid_len = (int)sizeof (struct dv_fid)
[all...]

Completed in 59 milliseconds