Lines Matching defs:inode
284 static inline struct nfs_inode *NFS_I(const struct inode *inode) in NFS_I()
294 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH()
299 static inline struct nfs_server *NFS_SERVER(const struct inode *inode) in NFS_SERVER()
304 static inline struct rpc_clnt *NFS_CLIENT(const struct inode *inode) in NFS_CLIENT()
309 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()
314 static inline unsigned NFS_MINATTRTIMEO(const struct inode *inode) in NFS_MINATTRTIMEO()
320 static inline unsigned NFS_MAXATTRTIMEO(const struct inode *inode) in NFS_MAXATTRTIMEO()
326 static inline int NFS_STALE(const struct inode *inode) in NFS_STALE()
331 static inline struct fscache_cookie *nfs_i_fscache(struct inode *inode) in nfs_i_fscache()
340 static inline __u64 NFS_FILEID(const struct inode *inode) in NFS_FILEID()
345 static inline void set_nfs_fileid(struct inode *inode, __u64 fileid) in set_nfs_fileid()
350 static inline void nfs_mark_for_revalidate(struct inode *inode) in nfs_mark_for_revalidate()
363 static inline int nfs_server_capable(const struct inode *inode, int cap) in nfs_server_capable()
587 static inline bool nfs_have_writebacks(const struct inode *inode) in nfs_have_writebacks()