Home
last modified time | relevance | path

Searched defs:fscache_cookie_def (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dfscache.h67 struct fscache_cookie_def { struct
69 char name[16];
72 uint8_t type;
82 struct fscache_cache_tag *(*select_cache)(
93 uint16_t (*get_key)(const void *cookie_netfs_data,
103 void (*get_attr)(const void *cookie_netfs_data, uint64_t *size);
113 uint16_t (*get_aux)(const void *cookie_netfs_data,
122 enum fscache_checkaux (*check_aux)(void *cookie_netfs_data,
130 void (*get_context)(void *cookie_netfs_data, void *context);
136 void (*put_context)(void *cookie_netfs_data, void *context);
[all …]