#include "fscache.h"
#include "cifs_debug.h"
Go to the source code of this file.
Initial value:= {
.name = "CIFS.uniqueid",
.get_key = cifs_fscache_inode_get_key,
.get_attr = cifs_fscache_inode_get_attr,
.get_aux = cifs_fscache_inode_get_aux,
.check_aux = cifs_fscache_inode_check_aux,
.now_uncached = cifs_fscache_inode_now_uncached,
}
Definition at line 325 of file cache.c.
Initial value:= {
.name = "cifs",
.version = 0,
}
Definition at line 27 of file cache.c.
Initial value:= {
.name = "CIFS.server",
.get_key = cifs_server_get_key,
}
Definition at line 106 of file cache.c.
Initial value:= {
.name = "CIFS.super",
.get_key = cifs_super_get_key,
.get_aux = cifs_fscache_super_get_aux,
.check_aux = cifs_fscache_super_check_aux,
}
Definition at line 212 of file cache.c.