Searched refs:portfop_vfs_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h267 } portfop_vfs_t; typedef in typeref:struct:portfop_vfs
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c136 * is represented by 'portfop_vfs_t' and is added to the hash table.
138 * being watched on the portfop_vfs_t structure.
557 portfop_vfs_t *pvfsp;
1026 portfop_vfs_t *pvfsp;
1046 pvfsp = kmem_zalloc(sizeof (portfop_vfs_t), KM_SLEEP);
2016 portfop_vfs_t *pvfsp, **ppvfsp;
2093 kmem_free(pvfsp, sizeof (portfop_vfs_t));

Completed in 49 milliseconds