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 mutex wb_lock; /* Writeback serialisation */
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 atomic_t io_count; /* Number of outstanding reqs */
69 unsigned long flags;
464 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function