Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dfscache-cache.h311 struct fscache_object { struct
312 enum fscache_object_state { argument
331 } state;
333 int debug_id; /* debugging ID */
334 int n_children; /* number of child objects */
335 int n_ops; /* number of ops outstanding on object */
336 int n_obj_ops; /* number of object ops outstanding on object */
337 int n_in_progress; /* number of ops in progress */
338 int n_exclusive; /* number of exclusive ops queued */
339 atomic_t n_reads; /* number of read ops in progress */
[all …]