nfs-ganesha 1.4
Functions

nfs4_cb_Compound.c File Reference

Routines used for managing the NFS4/CB COMPOUND functions. More...

#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_exports.h"
#include "nfs_creds.h"
#include "nfs_proto_functions.h"
#include "nfs_rpc_callback.h"

Go to the source code of this file.

Functions

void cb_compound_init_v4 (nfs4_compound_t *cbt, uint32_t n_ops, uint32_t ident, char *tag, uint32_t tag_len)
void cb_compound_add_op (nfs4_compound_t *cbt, nfs_cb_argop4 *src)
void cb_compound_free (nfs4_compound_t *cbt)

Detailed Description

Routines used for managing the NFS4/CB COMPOUND functions.

Author:
Author:
deniel
Date:
Date:
2008/03/11 13:25:44
Version:
Revision:
1.24

nfs4_cb_Compound.c : Routines used for managing the NFS4/CB COMPOUND functions.

Definition in file nfs4_cb_Compound.c.


Function Documentation

void cb_compound_add_op ( nfs4_compound_t cbt,
nfs_cb_argop4 src 
)

Definition at line 100 of file nfs4_cb_Compound.c.

void cb_compound_free ( nfs4_compound_t cbt)

Definition at line 112 of file nfs4_cb_Compound.c.

void cb_compound_init_v4 ( nfs4_compound_t cbt,
uint32_t  n_ops,
uint32_t  ident,
char *  tag,
uint32_t  tag_len 
)

Definition at line 72 of file nfs4_cb_Compound.c.