Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnetfs.h124 struct netfs_inode { struct
125 struct inode inode; /* The VFS inode */
126 const struct netfs_request_ops *ops;
128 struct fscache_cookie *cache;
130 loff_t remote_i_size; /* Size of the remote file */
299 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function