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 */ argument242 wait_queue_head_t waitq; /* Processor waiter */243 void *netfs_priv; /* Private data for the netfs */247 unsigned int debug_id;252 spinlock_t lock; /* Lock for queuing subreqs */254 unsigned long long len; /* Length of the request */256 long error; /* 0 or error that occurred */259 unsigned long long i_size; /* Size of the file */260 unsigned long long start; /* Start position */[all …]