Lines Matching refs:netfs
71 FS-Cache does not follow the idea of completely loading every netfs file
73 then serving the pages out of that cache rather than the netfs inode because:
88 the netfs('s) using it.
98 (3) The netfs is provided with an interface that allows either party to
101 (4) The interface to the netfs returns as few errors as possible, preferring
102 rather to let the netfs remain oblivious.
105 netfs. The simplest cookie is just a NULL pointer - indicating nothing
108 (6) The netfs is allowed to propose - dynamically - any index hierarchy it
113 (7) Data I/O is done direct to and from the netfs's pages. The netfs
116 not start I/O on that page, but if it does, a netfs callback will be
124 (9) The netfs provides a "match" function for index searches. In addition to
161 In the example above, you can see two netfs's being backed: NFS and AFS. These
176 The very top index is the FS-Cache master index in which individual netfs's
184 The netfs API to FS-Cache can be found in:
186 Documentation/filesystems/caching/netfs-api.rst
487 NETFS_COOKIE_DEF Name of netfs cookie definition