| pxvfs.h | 30 #pragma ident "@(#)pxvfs.h 1.20 08/05/20 SMI" 78 class pxvfs; 83 // Type for list of all pxvfs objects. 84 typedef IntrList<pxvfs, _SList> pxvfs_list_t; 88 // proxy vnodes for a specific proxy file system (pxvfs). 90 // The proxy file system object (pxvfs) inherits from this class, 102 virtual pxvfs *get_pxvfs() = 0; 133 // in the class pxvfs. This particular class supports the ability to 142 // pxvfs - this is the client side proxy for the file system "vfs" structure. 146 // N.B. Because pxvfs instances map 1-1 to vfs structs, and because we rely o 160 class pxvfs : class in inherits:pxvfs_list_elem,refcnt,pxvfs_inactive_task [all...] |