Searched defs:netfs_io_request (Results 1 – 1 of 1) sorted by relevance
224 struct netfs_io_request { struct233 struct netfs_io_request *copy_to_cache; /* Request to write just-read data to the cache */ argument234 struct readahead_control *ractl; /* Readahead descriptor */235 struct list_head proc_link; /* Link in netfs_iorequests */236 struct netfs_io_stream io_streams[2]; /* Streams of parallel I/O operations */238 struct netfs_group *group; /* Writeback group being written back */239 struct rolling_buffer buffer; /* Unencrypted buffer */242 wait_queue_head_t waitq; /* Processor waiter */243 void *netfs_priv; /* Private data for the netfs */244 void *netfs_priv2; /* Private data for the netfs */[all …]