Home
last modified time | relevance | path

Searched defs:nfs_direct_req (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dinternal.h921 struct nfs_direct_req { struct
922 struct kref kref; /* release manager */
928 struct inode * inode; /* target file of i/o */
931 atomic_t io_count; /* i/os we're waiting for */
934 loff_t io_start; /* Start offset for I/O */
935 ssize_t count, /* bytes actually processed */
936 max_count, /* max expected count */
937 bytes_left, /* bytes left to be sent */
938 error; /* any reported error */
944 struct work_struct work;
[all …]