Home
last modified time | relevance | path

Searched refs:pc_fid (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dpc_node.h46 struct pc_fid { struct
/titanic_44/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c2404 struct pc_fid *pcfid; in pcfs_fid()
2419 if (fidp->fid_len < (sizeof (struct pc_fid) - sizeof (ushort_t))) { in pcfs_fid()
2420 fidp->fid_len = sizeof (struct pc_fid) - sizeof (ushort_t); in pcfs_fid()
2425 pcfid = (struct pc_fid *)fidp; in pcfs_fid()
2426 bzero(pcfid, sizeof (struct pc_fid)); in pcfs_fid()
2427 pcfid->pcfid_len = sizeof (struct pc_fid) - sizeof (ushort_t); in pcfs_fid()
H A Dpc_vfsops.c1158 struct pc_fid *pcfid; in pcfs_vget()
1167 pcfid = (struct pc_fid *)fidp; in pcfs_vget()