HomeSort by relevance Sort by last modified time
    Searched refs:all_pxvfs (Results 1 - 2 of 2) sorted by null

  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxvfs.cc 120 pxvfs_list_t pxvfs::all_pxvfs; // list of all pxvfs structures member in class:pxvfs
121 os::rwlock_t pxvfs::all_pxvfs_lock; // protects 'all_pxvfs'
1111 all_pxvfs.prepend((pxvfs_list_elem *)pxvfsp);
    [all...]
pxvfs.h 420 // Search the all_pxvfs list for the given file system object.
721 static pxvfs_list_t all_pxvfs; // list of all pxfs file systems member in class:pxvfs
722 static os::rwlock_t all_pxvfs_lock; // protects 'all_pxvfs'

Completed in 120 milliseconds