Lines Matching refs:objects

103  (5) Cookies are used to represent indices, files and other objects to the
130 FS-Cache maintains a virtual indexing tree in which all indices, files, objects
164 indexed by NFS file handles to get data file objects. Each data file
165 objects can have an array of pages, but may also have further child
166 objects, such as extended attributes and directory entries. Extended
167 attribute objects themselves have page-array contents.
172 Each of these contains vnode data file objects, each of which contains an
218 Objects alc=N Number of objects allocated
220 avl=N Number of objects that reached the available state
221 ded=N Number of objects that reached the dead state
222 ChkAux non=N Number of objects that didn't have a coherency check
223 ok=N Number of objects that passed a coherency check
224 upd=N Number of objects that needed a coherency data update
225 obs=N Number of objects that were declared obsolete
237 crt=N Number of objects created by lookup
308 stl=N Number of stale objects deleted
309 rtr=N Number of objects retired when relinquished
310 cul=N Number of objects culled
341 list of all the objects currently allocated and allow them to be viewed
344 /proc/fs/fscache/objects
348 [root@andromeda ~]# head /proc/fs/fscache/objects
361 CHLDN Number of child objects of this object
395 C Show objects that have a cookie
396 c Show objects that don't have a cookie
397 B Show objects that are busy
398 b Show objects that aren't busy
399 W Show objects that have pending writes
400 w Show objects that don't have pending writes
401 R Show objects that have outstanding reads
402 r Show objects that don't have outstanding reads
403 S Show objects that have work queued
404 s Show objects that don't have work queued
410 shows objects that are busy, and lists their object keys, but does not dump
414 By default all objects and all fields will be shown.