Lines Matching refs:objects

104  (5) Cookies are used to represent indices, files and other objects to the
131 FS-Cache maintains a virtual indexing tree in which all indices, files, objects
165 indexed by NFS file handles to get data file objects. Each data file
166 objects can have an array of pages, but may also have further child
167 objects, such as extended attributes and directory entries. Extended
168 attribute objects themselves have page-array contents.
173 Each of these contains vnode data file objects, each of which contains an
223 |Objects |alc=N |Number of objects allocated |
227 | |avl=N |Number of objects that reached the available state |
229 | |ded=N |Number of objects that reached the dead state |
231 |ChkAux |non=N |Number of objects that didn't have a coherency check |
233 | |ok=N |Number of objects that passed a coherency check |
235 | |upd=N |Number of objects that needed a coherency data update |
237 | |obs=N |Number of objects that were declared obsolete |
260 | |crt=N |Number of objects created by lookup |
407 | |stl=N |Number of stale objects deleted |
409 | |rtr=N |Number of objects retired when relinquished |
411 | |cul=N |Number of objects culled |
449 list of all the objects currently allocated and allow them to be viewed
452 /proc/fs/fscache/objects
456 [root@andromeda ~]# head /proc/fs/fscache/objects
470 CHLDN Number of child objects of this object
510 C Show objects that have a cookie
511 c Show objects that don't have a cookie
512 B Show objects that are busy
513 b Show objects that aren't busy
514 W Show objects that have pending writes
515 w Show objects that don't have pending writes
516 R Show objects that have outstanding reads
517 r Show objects that don't have outstanding reads
518 S Show objects that have work queued
519 s Show objects that don't have work queued
526 shows objects that are busy, and lists their object keys, but does not dump
530 By default all objects and all fields will be shown.