Home
last modified time | relevance | path

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

/linux-6.8/include/linux/
Dnetfs.h132 struct netfs_inode { struct
133 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 data
141 unsigned long flags;
450 static inline struct netfs_inode *netfs_inode(struct inode *inode) in netfs_inode() function