Lines Matching refs:nfs_i
69 return &inode->u.nfs_i; in NFS_I()
72 #define NFS_FH(inode) (&(inode)->u.nfs_i.fh)
79 #define NFS_COOKIEVERF(inode) ((inode)->u.nfs_i.cookieverf)
80 #define NFS_READTIME(inode) ((inode)->u.nfs_i.read_cache_jiffies)
81 #define NFS_MTIME_UPDATE(inode) ((inode)->u.nfs_i.cache_mtime_jiffies)
82 #define NFS_CACHE_CTIME(inode) ((inode)->u.nfs_i.read_cache_ctime)
83 #define NFS_CACHE_MTIME(inode) ((inode)->u.nfs_i.read_cache_mtime)
84 #define NFS_CACHE_ISIZE(inode) ((inode)->u.nfs_i.read_cache_isize)
85 #define NFS_NEXTSCAN(inode) ((inode)->u.nfs_i.nextscan)
90 #define NFS_ATTRTIMEO(inode) ((inode)->u.nfs_i.attrtimeo)
97 #define NFS_ATTRTIMEO_UPDATE(inode) ((inode)->u.nfs_i.attrtimeo_timestamp)
99 #define NFS_FLAGS(inode) ((inode)->u.nfs_i.flags)
103 #define NFS_FILEID(inode) ((inode)->u.nfs_i.fileid)
227 return !list_empty(&inode->u.nfs_i.read); in nfs_have_read()
233 return !list_empty(&inode->u.nfs_i.writeback); in nfs_have_writebacks()