Lines Matching defs:context
102 * Get an extra reference on a read context.
104 * context.
105 * - The read context is passed back to NFS in the event that a data read on the
107 * retrieve the data, which requires the read context for security.
109 static void nfs_fh_get_context(void *cookie_netfs_data, void *context)
111 get_nfs_open_context(context);
115 * Release an extra reference on a read context.
117 * context.
119 static void nfs_fh_put_context(void *cookie_netfs_data, void *context)
121 if (context)
122 put_nfs_open_context(context);