Searched defs:fscache_object (Results 1 – 1 of 1) sorted by relevance
348 struct fscache_object { struct349 const struct fscache_state *state; /* Object state machine state */350 const struct fscache_transition *oob_table; /* OOB state transition table */351 int debug_id; /* debugging ID */352 int n_children; /* number of child objects */353 int n_ops; /* number of extant ops on object */354 int n_obj_ops; /* number of object ops outstanding on object */355 int n_in_progress; /* number of ops in progress */379 struct fscache_object *parent; /* parent object */ argument391 extern void fscache_object_init(struct fscache_object *, struct fscache_cookie *, argument