ReactOS 0.4.16-dev-716-g2b2bdab
|
#include "nfs41.h"
Go to the source code of this file.
|
static |
Definition at line 28 of file name_cache.h.
Referenced by nfs41_delegation_getattr(), and session_name_cache().
int nfs41_attr_cache_lookup | ( | IN struct nfs41_name_cache * | cache, |
IN uint64_t | fileid, | ||
OUT nfs41_file_info * | info_out | ||
) |
Definition at line 859 of file name_cache.c.
Referenced by nfs41_cached_getattr(), and nfs41_delegation_getattr().
int nfs41_attr_cache_update | ( | IN struct nfs41_name_cache * | cache, |
IN uint64_t | fileid, | ||
IN const nfs41_file_info * | info | ||
) |
Definition at line 891 of file name_cache.c.
Referenced by nfs41_close(), nfs41_commit(), nfs41_create(), nfs41_getattr(), nfs41_link(), nfs41_remove(), nfs41_rename(), nfs41_setattr(), nfs41_write(), open_update_cache(), and pnfs_rpc_layoutcommit().
int nfs41_name_cache_create | ( | OUT struct nfs41_name_cache ** | cache_out | ) |
Definition at line 752 of file name_cache.c.
Referenced by server_create().
int nfs41_name_cache_delegreturn | ( | IN struct nfs41_name_cache * | cache, |
IN uint64_t | fileid, | ||
IN const char * | path, | ||
IN const nfs41_component * | name | ||
) |
Definition at line 1012 of file name_cache.c.
Referenced by nfs41_delegreturn().
int nfs41_name_cache_free | ( | IN OUT struct nfs41_name_cache ** | cache_out | ) |
int nfs41_name_cache_insert | ( | IN struct nfs41_name_cache * | cache, |
IN const char * | path, | ||
IN const nfs41_component * | name, | ||
IN OPTIONAL const nfs41_fh * | fh, | ||
IN OPTIONAL const nfs41_file_info * | info, | ||
IN OPTIONAL const change_info4 * | cinfo, | ||
IN enum open_delegation_type4 | delegation | ||
) |
Definition at line 923 of file name_cache.c.
Referenced by nfs41_create(), nfs41_link(), open_update_cache(), and server_lookup().
int nfs41_name_cache_lookup | ( | IN struct nfs41_name_cache * | cache, |
IN const char * | path, | ||
IN const char * | path_end, | ||
OUT OPTIONAL const char ** | remaining_path_out, | ||
OUT OPTIONAL nfs41_fh * | parent_out, | ||
OUT OPTIONAL nfs41_fh * | target_out, | ||
OUT OPTIONAL nfs41_file_info * | info_out, | ||
OUT OPTIONAL bool_t * | is_negative | ||
) |
Definition at line 824 of file name_cache.c.
Referenced by nfs41_lookup().
int nfs41_name_cache_remove | ( | IN struct nfs41_name_cache * | cache, |
IN const char * | path, | ||
IN const nfs41_component * | name, | ||
IN uint64_t | fileid, | ||
IN const change_info4 * | cinfo | ||
) |
Definition at line 1066 of file name_cache.c.
Referenced by nfs41_remove().
int nfs41_name_cache_remove_stale | ( | IN struct nfs41_name_cache * | cache, |
IN nfs41_session * | session, | ||
IN nfs41_abs_path * | path | ||
) |
Definition at line 1359 of file name_cache.c.
Referenced by compound_encode_send_decode().
int nfs41_name_cache_rename | ( | IN struct nfs41_name_cache * | cache, |
IN const char * | src_path, | ||
IN const nfs41_component * | src_name, | ||
IN const change_info4 * | src_cinfo, | ||
IN const char * | dst_path, | ||
IN const nfs41_component * | dst_name, | ||
IN const change_info4 * | dst_cinfo | ||
) |
Definition at line 1122 of file name_cache.c.
Referenced by nfs41_rename().
|
static |
Definition at line 34 of file name_cache.h.
Referenced by compound_encode_send_decode(), nfs41_cached_getattr(), nfs41_close(), nfs41_commit(), nfs41_create(), nfs41_delegreturn(), nfs41_getattr(), nfs41_link(), nfs41_lookup(), nfs41_remove(), nfs41_rename(), nfs41_setattr(), nfs41_write(), open_update_cache(), pnfs_rpc_layoutcommit(), and server_lookup().