Lines Matching refs:be

8 a wide variety of values to be caches.
14 Examples of caches that are likely to be needed are:
77 Format a request to be send to user-space for an item
78 to be instantiated. *bpp is a buffer of size *blen.
79 bpp should be moved forward over the encoded message,
80 and *blen should be reduced to show how much free
91 3/ A cache needs to be registered using cache_register(). This
92 includes it on a list of caches that will be regularly
100 This will be passed to ->match to identify the target entry. If no
101 entry is found, a new entry will be create, added to the cache, and
110 cache_check can be passed a "struct cache_req *". This structure is
111 typically embedded in the actual request and can be used to create a
115 item does become valid, the deferred copy of the request will be
119 The value returned by sunrpc_cache_lookup can also be passed to
146 should be create or updated to have the given content, and the
147 expiry time should be set on that item.
151 expire, a request is lodged for that cache item to be updated by
156 select or poll for read will block waiting for another request to be
166 If it dies and needs to be restarted, any requests that have not been
167 answered will still appear in the file and will be read by the new
179 active readers for more than 60 seconds, further requests will not be
182 previous nfs exports table was deemed to be authoritative and a
191 Each request or response record should be printable ASCII
192 with precisely one newline character which should be at the end.
193 Fields within the record should be separated by spaces, normally one.
195 much be quoted. two mechanisms are available:
199 2/ otherwise a \ in the field must be followed by 3 octal digits
202 '\' must be quoted in this way.