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

  /ohac/ohac/usr/src/common/cl/pxfs/client/
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...]
pxvfs.cc 27 #pragma ident "@(#)pxvfs.cc 1.39 08/05/20 SMI"
73 #include <pxfs/client/pxvfs.h>
120 pxvfs_list_t pxvfs::all_pxvfs; // list of all pxvfs structures
121 os::rwlock_t pxvfs::all_pxvfs_lock; // protects 'all_pxvfs'
122 int pxvfs::pxfstype; // number assigned by Solaris
123 bool pxvfs::unmounts_disabled = false;
128 uint_t pxvfs::pxfobjhsz = 0;
129 uint_t pxvfs::pxfobjhsz_max = 0;
130 uint_t pxvfs::pxfobjh_len = 4
322 pxvfs::pxvfs(PXFS_VER::filesystem_ptr fsptr, fsmgr_client_impl *clientmgrp, function in class:pxvfs
    [all...]

Completed in 60 milliseconds