Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dinternal.h959 struct nfs_direct_req { struct
960 struct kref kref; /* release manager */
966 struct inode * inode; /* target file of i/o */
969 atomic_t io_count; /* i/os we're waiting for */
970 spinlock_t lock; /* protect completion state */
972 loff_t io_start; /* Start offset for I/O */
973 ssize_t count, /* bytes actually processed */
974 max_count, /* max expected count */
975 error; /* any reported error */
981 struct work_struct work;
[all …]