nfs-ganesha 1.4
|
Go to the source code of this file.
Functions | |
fsal_status_t | POSIXFSAL_unlink (fsal_handle_t *parent_directory_handle, fsal_name_t *p_object_name, fsal_op_context_t *context, fsal_attrib_list_t *p_parent_directory_attributes) |
fsal_status_t POSIXFSAL_unlink | ( | fsal_handle_t * | parent_directory_handle, |
fsal_name_t * | p_object_name, | ||
fsal_op_context_t * | context, | ||
fsal_attrib_list_t * | p_parent_directory_attributes | ||
) |
FSAL_unlink: Remove a filesystem object .
parentdir_handle | (input): Handle of the parent directory of the object to be deleted. |
p_object_name | (input): Name of the object to be removed. |
cred | (input): Authentication context for the operation (user,...). |
parentdir_attributes | (optionnal input/output): Post operation attributes of the parent directory. As input, it defines the attributes that the caller wants to retrieve (by positioning flags into this structure) and the output is built considering this input (it fills the structure according to the flags it contains). May be NULL. |
Definition at line 45 of file FSAL_POSIX/fsal_unlink.c.