Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetfs.h60 struct netfs_inode { struct
61 struct inode inode; /* The VFS inode */
62 const struct netfs_request_ops *ops;
64 struct fscache_cookie *cache;
66 struct mutex wb_lock; /* Writeback serialisation */
67 loff_t remote_i_size; /* Size of the remote file */
68 loff_t zero_point; /* Size after which we assume there's no data
70 atomic_t io_count; /* Number of outstanding reqs */
71 unsigned long flags;
479 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function