Lines Matching defs:inode
223 static inline struct nfs_inode *NFS_I(const struct inode *inode) in NFS_I()
233 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH()
238 static inline struct nfs_server *NFS_SERVER(const struct inode *inode) in NFS_SERVER()
243 static inline struct rpc_clnt *NFS_CLIENT(const struct inode *inode) in NFS_CLIENT()
248 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()
253 static inline unsigned NFS_MINATTRTIMEO(const struct inode *inode) in NFS_MINATTRTIMEO()
259 static inline unsigned NFS_MAXATTRTIMEO(const struct inode *inode) in NFS_MAXATTRTIMEO()
265 static inline int NFS_STALE(const struct inode *inode) in NFS_STALE()
270 static inline struct fscache_cookie *nfs_i_fscache(struct inode *inode) in nfs_i_fscache()
279 static inline __u64 NFS_FILEID(const struct inode *inode) in NFS_FILEID()
284 static inline void set_nfs_fileid(struct inode *inode, __u64 fileid) in set_nfs_fileid()
289 static inline void nfs_mark_for_revalidate(struct inode *inode) in nfs_mark_for_revalidate()
300 static inline int nfs_server_capable(struct inode *inode, int cap) in nfs_server_capable()
523 nfs_have_writebacks(struct inode *inode) in nfs_have_writebacks()