nfs-ganesha 1.4
|
#include "fsal_types.h"
#include "fsal.h"
#include "mfsl_types.h"
#include "mfsl.h"
#include "common_utils.h"
Go to the source code of this file.
Functions | |
fsal_status_t | MFSL_lookup (mfsl_object_t *parent_directory_handle, fsal_name_t *p_filename, fsal_op_context_t *p_context, mfsl_context_t *p_mfsl_context, mfsl_object_t *object_handle, fsal_attrib_list_t *object_attributes) |
fsal_status_t MFSL_lookup | ( | mfsl_object_t * | parent_directory_handle, |
fsal_name_t * | p_filename, | ||
fsal_op_context_t * | p_context, | ||
mfsl_context_t * | p_mfsl_context, | ||
mfsl_object_t * | object_handle, | ||
fsal_attrib_list_t * | object_attributes | ||
) |
MFSL_getattrs : performs getattr but takes care of the asynchronous logic.
Performs getattr but takes care of the asynchronous logic.
filehandle | [IN] mfsl object related to the object |
p_context | [IN] associated fsal context |
p_mfsl_context | [INOUT] associated mfsl context |
object_attributes | [INOUT] attributes for the object |
Definition at line 60 of file mfsl_async_lookup.c.