Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnetfs.h125 struct netfs_inode { struct
126 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