Lines Matching defs:fscache_object
336 struct fscache_object { struct
337 const struct fscache_state *state; /* Object state machine state */
338 const struct fscache_transition *oob_table; /* OOB state transition table */
339 int debug_id; /* debugging ID */
340 int n_children; /* number of child objects */
341 int n_ops; /* number of extant ops on object */
342 int n_obj_ops; /* number of object ops outstanding on object */
343 int n_in_progress; /* number of ops in progress */
344 int n_exclusive; /* number of exclusive ops queued or in progress */
368 struct fscache_object *parent; /* parent object */ argument
380 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *, argument