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

  /ohac/ohac/usr/src/common/cl/pxfs/server/
repl_pxfs_server.h 243 fs_repl_impl *fsp; member in class:repl_pxfs_server
fobj_impl.cc 90 fobj_ii::fobj_ii(fs_base_ii *fsp, vnode_t *vnodep, PXFS_VER::fobj_type_t ftype,
94 fs_implp(fsp),
122 ((fs_ii *)fsp)->kstat_fobj_type_increment(ftype);
130 fobj_ii::fobj_ii(fs_base_ii *fsp, const PXFS_VER::fobjid_t &fobjid,
134 fs_implp(fsp),
165 ((fs_ii *)fsp)->kstat_fobj_type_increment(ftype);
417 fs_ii *fsp = (fs_ii *)fsbp; local
424 error = VOP_RMDIR(fsp->get_deleted(), tbuf, NULL, kcred,
427 error = VOP_RMDIR(fsp->get_deleted(), tbuf, NULL, kcred);
431 error = VOP_REMOVE(fsp->get_deleted(), tbuf, kcred, NULL, 0)
    [all...]
  /ohac/ohac/usr/src/uts/common/ffmod/
ffmod.c 158 struct ffmod_state *fsp; local
162 fsp = ddi_get_soft_state(ffmod_statep,
164 if (fsp == NULL)
166 if (strcmp(fsp->ffmod_name, name) == 0)
177 struct ffmod_state *fsp; local
225 fsp = ddi_get_soft_state(ffmod_statep, (int)newminor);
227 (void) strcpy(fsp->ffmod_name, kfip->ffmod_name);
229 fsp->opened = 0;
230 fsp->armed = 0;
232 fsp->zone_id = -1
252 struct ffmod_state *fsp; local
480 struct ffmod_state *fsp; local
526 ffmod_state * fsp; local
557 ffmod_state *fsp; local
    [all...]
  /ohac/ohacds/usr/src/cmd/ha-services/nfs/
share_to_mountp.c 719 shared_path_list_t *fsp; local
721 fsp = fslist;
723 fsp = fslist->fs_next;
727 fslist = fsp;
741 shared_path_list_t *fsp = NULL, *prev_fsp = NULL, *new_fsp = NULL; local
814 fsp = prev_fsp = new_fsp;
823 *fslist = fsp;
hanfs_util.c 952 shared_path_list_t *fsp; local
957 for (fsp = *fslp; fsp != NULL; fsp = fsp->fs_next) {
959 rc = statvfs64(fsp->fs_path, &st);
961 if (fsp->fs_status != HANFS_FS_OK) {
965 fsp->fs_path);
966 fsp->fs_status = HANFS_FS_OK;
974 if (!justshared && (fsp->fs_status == HANFS_FS_OK))
    [all...]
  /ohac/ohac/usr/src/common/cl/pxfs/mount/
mount_client_impl.cc 748 fs_norm_impl *fsp = local
750 fs_obj = fsp->get_objref();
    [all...]
  /ohac/ohac/usr/src/common/cl/cmm/
ff_impl.cc 3166 fssparms_t *fsp = (fssparms_t *)(pc_parms.pc_clparms); local
    [all...]

Completed in 960 milliseconds