Lines Matching defs:inode
322 static inline struct nfs_inode *NFS_I(const struct inode *inode) in NFS_I()
332 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH()
337 static inline struct nfs_server *NFS_SERVER(const struct inode *inode) in NFS_SERVER()
342 static inline struct rpc_clnt *NFS_CLIENT(const struct inode *inode) in NFS_CLIENT()
347 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()
352 static inline unsigned NFS_MINATTRTIMEO(const struct inode *inode) in NFS_MINATTRTIMEO()
358 static inline unsigned NFS_MAXATTRTIMEO(const struct inode *inode) in NFS_MAXATTRTIMEO()
364 static inline int NFS_STALE(const struct inode *inode) in NFS_STALE()
369 static inline __u64 NFS_FILEID(const struct inode *inode) in NFS_FILEID()
374 static inline void set_nfs_fileid(struct inode *inode, __u64 fileid) in set_nfs_fileid()
379 static inline void nfs_mark_for_revalidate(struct inode *inode) in nfs_mark_for_revalidate()
392 static inline int nfs_server_capable(const struct inode *inode, int cap) in nfs_server_capable()
620 static inline bool nfs_have_writebacks(const struct inode *inode) in nfs_have_writebacks()