Lines Matching refs:netfs
70 FS-Cache does not follow the idea of completely loading every netfs file
72 then serving the pages out of that cache rather than the netfs inode because:
87 the netfs('s) using it.
97 (3) The netfs is provided with an interface that allows either party to
100 (4) The interface to the netfs returns as few errors as possible, preferring
101 rather to let the netfs remain oblivious.
104 netfs. The simplest cookie is just a NULL pointer - indicating nothing
107 (6) The netfs is allowed to propose - dynamically - any index hierarchy it
112 (7) Data I/O is done direct to and from the netfs's pages. The netfs
115 not start I/O on that page, but if it does, a netfs callback will be
123 (9) The netfs provides a "match" function for index searches. In addition to
160 In the example above, you can see two netfs's being backed: NFS and AFS. These
175 The very top index is the FS-Cache master index in which individual netfs's
183 The netfs API to FS-Cache can be found in:
185 Documentation/filesystems/caching/netfs-api.txt
376 NETFS_COOKIE_DEF Name of netfs cookie definition