Searched refs:netfs_priv (Results 1 – 5 of 5) sorted by relevance
50 rreq->netfs_priv = netfs_priv; in netfs_alloc_read_request()88 if (rreq->netfs_priv) in netfs_free_read_request()869 void *netfs_priv) in netfs_readahead() argument921 if (netfs_priv) in netfs_readahead()947 void *netfs_priv) in netfs_readpage() argument957 if (netfs_priv) in netfs_readpage()1079 void *netfs_priv) in netfs_write_begin() argument1132 netfs_priv = NULL; in netfs_write_begin()1188 if (netfs_priv) in netfs_write_begin()1189 ops->cleanup(mapping, netfs_priv); in netfs_write_begin()[all …]
160 void *netfs_priv; /* Private data for the netfs */ member195 void (*cleanup)(struct address_space *mapping, void *netfs_priv);
75 void *netfs_priv);79 void *netfs_priv);88 void *netfs_priv);97 * ``netfs_priv``113 If an error occurs and netfs_priv is non-NULL, ops->cleanup() will be called to139 void *netfs_priv;160 * ``netfs_priv``258 void (*cleanup)(struct address_space *mapping, void *netfs_priv);266 the file for reference and can modify the ->netfs_priv value.348 filesystem can clean up ->netfs_priv.
311 fsreq->key = key_get(subreq->rreq->netfs_priv); in afs_req_issue_op()350 rreq->netfs_priv = key_get(afs_file_key(file)); in afs_init_rreq()375 static void afs_priv_cleanup(struct address_space *mapping, void *netfs_priv) in afs_priv_cleanup() argument377 key_put(netfs_priv); in afs_priv_cleanup()
36 struct p9_fid *fid = rreq->netfs_priv; in v9fs_req_issue_op()58 rreq->netfs_priv = fid; in v9fs_init_rreq()
Completed in 10 milliseconds