Searched defs:fscache_volume (Results 1 – 1 of 1) sorted by relevance
72 struct fscache_volume { struct73 refcount_t ref;76 unsigned int debug_id;77 unsigned int key_hash; /* Hash of key string */78 u8 *key; /* Volume ID, eg. "afs@example.com@1234" */80 struct hlist_bl_node hash_link; /* Link in hash table */81 struct work_struct work;83 void *cache_priv; /* Cache private data */84 spinlock_t lock;85 unsigned long flags;[all …]
Completed in 9 milliseconds