Lines Matching defs:fscache_object
311 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 */
340 spinlock_t lock; /* state and operations lock */
364 struct fscache_object *parent; /* parent object */ argument
376 extern const char *fscache_object_states[]; argument