Searched defs:netfs_inode (Results 1 – 1 of 1) sorted by relevance
125 struct netfs_inode { struct126 struct inode inode; /* The VFS inode */127 const struct netfs_request_ops *ops;129 struct fscache_cookie *cache;131 loff_t remote_i_size; /* Size of the remote file */311 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function