Searched defs:netfs_inode (Results 1 – 1 of 1) sorted by relevance
132 struct netfs_inode { struct133 struct inode inode; /* The VFS inode */134 const struct netfs_request_ops *ops;136 struct fscache_cookie *cache;138 loff_t remote_i_size; /* Size of the remote file */139 loff_t zero_point; /* Size after which we assume there's no data141 unsigned long flags;450 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function