Lines Matching defs:inode
224 static inline struct nfs_inode *NFS_I(const struct inode *inode) in NFS_I()
234 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH()
239 static inline struct nfs_server *NFS_SERVER(const struct inode *inode) in NFS_SERVER()
244 static inline struct rpc_clnt *NFS_CLIENT(const struct inode *inode) in NFS_CLIENT()
249 static inline const struct nfs_rpc_ops *NFS_PROTO(const struct inode *inode) in NFS_PROTO()
254 static inline unsigned NFS_MINATTRTIMEO(const struct inode *inode) in NFS_MINATTRTIMEO()
260 static inline unsigned NFS_MAXATTRTIMEO(const struct inode *inode) in NFS_MAXATTRTIMEO()
266 static inline int NFS_STALE(const struct inode *inode) in NFS_STALE()
271 static inline struct fscache_cookie *nfs_i_fscache(struct inode *inode) in nfs_i_fscache()
280 static inline __u64 NFS_FILEID(const struct inode *inode) in NFS_FILEID()
285 static inline void set_nfs_fileid(struct inode *inode, __u64 fileid) in set_nfs_fileid()
290 static inline void nfs_mark_for_revalidate(struct inode *inode) in nfs_mark_for_revalidate()
304 static inline int nfs_server_capable(struct inode *inode, int cap) in nfs_server_capable()
527 nfs_have_writebacks(struct inode *inode) in nfs_have_writebacks()