Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfs.h58 struct netfs_inode { struct
59 struct inode inode; /* The VFS inode */
60 const struct netfs_request_ops *ops;
62 struct fscache_cookie *cache;
64 struct list_head wb_queue; /* Queue of processes wanting to do writeback */
65 loff_t _remote_i_size; /* Size of the remote file */
66 loff_t _zero_point; /* Size after which we assume there's no data
68 spinlock_t lock; /* Lock covering wb_queue */
69 atomic_t io_count; /* Number of outstanding reqs */
70 unsigned long flags;
[all …]