Plasma GitLab Archive
Projects Blog Knowledge

functor (U'C : Rpc_client.USE_CLIENT->
  sig
    module V1 :
      sig
        type t = U'C.t
        val _program : Rpc_program.t
        val null :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'null'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'null'res
        val null'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'null'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'null'res) -> unit) -> unit
        val begin_transaction :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'begin_transaction'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'begin_transaction'res
        val begin_transaction'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'begin_transaction'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'begin_transaction'res) ->
           unit) ->
          unit
        val commit_transaction :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'commit_transaction'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'commit_transaction'res
        val commit_transaction'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'commit_transaction'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'commit_transaction'res) ->
           unit) ->
          unit
        val abort_transaction :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'abort_transaction'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'abort_transaction'res
        val abort_transaction'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'abort_transaction'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'abort_transaction'res) ->
           unit) ->
          unit
        val get_inodeinfo :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_inodeinfo'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_inodeinfo'res
        val get_inodeinfo'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_inodeinfo'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'get_inodeinfo'res) -> unit) ->
          unit
        val allocate_inode :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_inode'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_inode'res
        val allocate_inode'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_inode'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'allocate_inode'res) ->
           unit) ->
          unit
        val update_inodeinfo :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'update_inodeinfo'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'update_inodeinfo'res
        val update_inodeinfo'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'update_inodeinfo'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'update_inodeinfo'res) ->
           unit) ->
          unit
        val delete_inode :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'delete_inode'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'delete_inode'res
        val delete_inode'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'delete_inode'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'delete_inode'res) -> unit) ->
          unit
        val get_blocks :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocks'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocks'res
        val get_blocks'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocks'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'get_blocks'res) -> unit) ->
          unit
        val allocate_blocks :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_blocks'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_blocks'res
        val allocate_blocks'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'allocate_blocks'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'allocate_blocks'res) ->
           unit) ->
          unit
        val free_blocks :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'free_blocks'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'free_blocks'res
        val free_blocks'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'free_blocks'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'free_blocks'res) -> unit) ->
          unit
        val get_fsstat :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_fsstat'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_fsstat'res
        val get_fsstat'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_fsstat'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'get_fsstat'res) -> unit) ->
          unit
        val rereplicate :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rereplicate'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rereplicate'res
        val rereplicate'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rereplicate'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'rereplicate'res) -> unit) ->
          unit
        val get_blocksize :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocksize'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocksize'res
        val get_blocksize'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'get_blocksize'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'get_blocksize'res) -> unit) ->
          unit
        val lookup :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'lookup'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'lookup'res
        val lookup'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'lookup'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'lookup'res) -> unit) ->
          unit
        val rev_lookup :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rev_lookup'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rev_lookup'res
        val rev_lookup'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'rev_lookup'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'rev_lookup'res) -> unit) ->
          unit
        val link_count :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link_count'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link_count'res
        val link_count'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link_count'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'link_count'res) -> unit) ->
          unit
        val link :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link'res
        val link'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'link'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'link'res) -> unit) -> unit
        val unlink :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'unlink'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'unlink'res
        val unlink'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'unlink'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'unlink'res) -> unit) ->
          unit
        val list :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'list'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'list'res
        val list'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'list'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'list'res) -> unit) -> unit
        val set_block_checksum :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'set_block_checksum'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'set_block_checksum'res
        val set_block_checksum'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'set_block_checksum'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'set_block_checksum'res) ->
           unit) ->
          unit
        val iterate :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'iterate'arg ->
          Pfs_rpcapi_aux.t_Filesystem'V1'iterate'res
        val iterate'async :
          U'C.t ->
          Pfs_rpcapi_aux.t_Filesystem'V1'iterate'arg ->
          ((unit -> Pfs_rpcapi_aux.t_Filesystem'V1'iterate'res) -> unit) ->
          unit
      end
  end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml