Lines Matching defs:cookie
41 * Get the per-client index cookie for an NFS client if the appropriate mount
43 * - We always try and get an index cookie for the client, but get filehandle
82 * Get the cache cookie for an NFS superblock.
149 * release a per-superblock cookie
161 * Initialise the per-inode cache cookie pointer for an NFS inode.
189 * Release a per-inode cookie.
199 * The cookie is allocated when the inode is initialised, but is not enabled at
219 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode));
222 if (!fscache_cookie_valid(cookie))
225 fscache_use_cookie(cookie, open_for_write);
228 fscache_invalidate(cookie, &auxdata, i_size_read(inode),
237 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode));
241 fscache_unuse_cookie(cookie, &auxdata, &i_size);