nfs-ganesha 1.4
Functions | Variables

9p_getattr.c File Reference

9P version More...

#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <sys/stat.h>
#include "nfs_core.h"
#include "log.h"
#include "cache_inode.h"
#include "fsal.h"
#include "9p.h"

Go to the source code of this file.

Functions

int _9p_getattr (_9p_request_data_t *preq9p, void *pworker_data, u32 *plenout, char *preply)

Variables

u32 zero32 = 0
u64 zero64 = 0LL

Detailed Description

9P version

9p_getattr.c : _9P_interpretor, request ATTACH

Definition in file 9p_getattr.c.


Function Documentation

int _9p_getattr ( _9p_request_data_t preq9p,
void *  pworker_data,
u32 plenout,
char *  preply 
)

Definition at line 56 of file 9p_getattr.c.


Variable Documentation

u32 zero32 = 0

Definition at line 53 of file 9p_getattr.c.

u64 zero64 = 0LL

Definition at line 54 of file 9p_getattr.c.