Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dfscache-cache.h350 struct fscache_object { struct
351 const struct fscache_state *state; /* Object state machine state */
352 const struct fscache_transition *oob_table; /* OOB state transition table */
353 int debug_id; /* debugging ID */
354 int n_children; /* number of child objects */
355 int n_ops; /* number of extant ops on object */
356 int n_obj_ops; /* number of object ops outstanding on object */
357 int n_in_progress; /* number of ops in progress */
358 int n_exclusive; /* number of exclusive ops queued or in progress */
359 atomic_t n_reads; /* number of read ops in progress */
[all …]