Lines Matching refs:objects
26 currently interested in. Such objects are represented by the fscache_cookie
29 FS-Cache also maintains a separate in-kernel representation of the objects that
30 a cache backend is currently actively caching. Such objects are represented by
33 as objects.
35 There is a 1:N relationship between cookies and objects. A cookie may be
36 represented by multiple objects - an index may exist in more than one cache -
37 or even by no objects (it may not be cached).
39 Furthermore, both cookies and objects are hierarchical. The two hierarchies
83 and DObject represent data storage objects. Indices may have representation in
84 multiple caches, but currently, non-index objects may not. Objects of any type
88 pointers to the cookies. The cookies themselves and any objects attached to
98 object->state. A cookie may point to a set of objects that are in different
104 (1) Preparation: states that wait for the parent objects to become ready. The
111 (3) Normal running: states that allow netfs operations on objects to proceed
112 and that update the state of objects.
114 (4) Termination: states that detach objects from their netfs cookies, that
115 delete objects from disk, that handle disk and system errors and that free
210 A transient state in which pending operations are started, child objects
247 Any child objects waiting on this one are given CPU time so that they too