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

  /ohac/ohac/usr/src/common/cl/pxfs/mount/
Makefile.files 41 CL_MOUNT_KOBJS = mount_client_impl.o
47 CL_MOUNT_HK += mount_client_impl.h
mount_client_impl.cc 27 #pragma ident "@(#)mount_client_impl.cc 1.106 08/05/20 SMI"
51 #include <pxfs/mount/mount_client_impl.h>
89 mount_client_impl *mount_client_impl::this_mount_client = NULL;
90 os::mutex_t mount_client_impl::mount_client_lock;
92 mount_client_impl::mount_client_impl() : function in class:mount_client_impl
98 mount_client_impl::~mount_client_impl()
114 mount_client_impl::_unreferenced(unref_t arg
    [all...]
mount_client_impl.h 30 #pragma ident "@(#)mount_client_impl.h 1.34 08/05/20 SMI"
40 // mount_client_impl - one object exists on every node in the cluster.
45 class mount_client_impl : public McServerof<fs::mount_client> { class in inherits:McServerof
94 static mount_client_impl *get_client();
194 mount_client_impl();
195 ~mount_client_impl();
245 static mount_client_impl *this_mount_client;
  /ohac/ohac/usr/src/uts/adb/files/
mount.cc 39 // Classes from mount_client_impl.h
40 #include <pxfs/mount/mount_client_impl.h>
41 mount_client_impl *var_mount_client_impl;
  /ohac/ohac/usr/src/common/cl/pxfs/common/
pxfs_main.cc 44 #include <pxfs/mount/mount_client_impl.h>
  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxvfs.cc 61 #include <pxfs/mount/mount_client_impl.h>
537 // Called by mount_client_impl when the initial mount or a remount
636 if (!mount_client_impl::is_activated()) {
765 fs::mount_client_var clientv = mount_client_impl::get_client_ref();
792 mount_client_impl::get_server()->remount_v1(fsptr, fobjp, ma,
991 // since mount_client_impl::instantiate() may be called on
999 mount_client_impl::get_server()->mount_v1(ma, (sol::uintptr_t)mvp,
    [all...]

Completed in 180 milliseconds