nfs-ganesha 1.4
Functions

9p_getlock.c File Reference

9P version More...

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

Go to the source code of this file.

Functions

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

Detailed Description

9P version

9p_getlock.c : _9P_interpretor, request GETLOCK

Definition in file 9p_getlock.c.


Function Documentation

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

Todo:
This function does nothing for the moment. Make it compliant with fcntl( F_GETLCK, ...

Definition at line 55 of file 9p_getlock.c.