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

/illumos-gate/usr/src/uts/common/sys/
H A Dport_impl.h264 list_t pvfs_pvplist; /* list of vnodes from */ member in struct:portfop_vfs
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c598 list_remove(&pvfsp->pvfs_pvplist, pvp);
1048 list_create(&(pvfsp->pvfs_pvplist), sizeof (portfop_vp_t),
1063 list_insert_head(&pvfsp->pvfs_pvplist, (void *)pvp);
2039 !list_is_empty(&pvfsp->pvfs_pvplist)) {
2061 while (pvp = list_head(&pvfsp->pvfs_pvplist)) {
2062 list_remove(&pvfsp->pvfs_pvplist, pvp);
2087 ASSERT(list_head(&pvfsp->pvfs_pvplist) == NULL);

Completed in 64 milliseconds