Lines Matching refs:CIFS_I
63 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifs_fscache_enable_inode_cookie()
80 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifs_fscache_release_inode_cookie()
91 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifs_fscache_disable_inode_cookie()
111 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifs_fscache_reset_inode_cookie()
132 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifs_fscache_release_page()
160 __func__, CIFS_I(inode)->fscache, page, inode); in __cifs_readpage_from_fscache()
161 ret = fscache_read_or_alloc_page(CIFS_I(inode)->fscache, page, in __cifs_readpage_from_fscache()
192 __func__, CIFS_I(inode)->fscache, *nr_pages, inode); in __cifs_readpages_from_fscache()
193 ret = fscache_read_or_alloc_pages(CIFS_I(inode)->fscache, mapping, in __cifs_readpages_from_fscache()
220 __func__, CIFS_I(inode)->fscache, page, inode); in __cifs_readpage_to_fscache()
221 ret = fscache_write_page(CIFS_I(inode)->fscache, page, GFP_KERNEL); in __cifs_readpage_to_fscache()
223 fscache_uncache_page(CIFS_I(inode)->fscache, page); in __cifs_readpage_to_fscache()
229 __func__, CIFS_I(inode)->fscache, inode); in __cifs_fscache_readpages_cancel()
230 fscache_readpages_cancel(CIFS_I(inode)->fscache, pages); in __cifs_fscache_readpages_cancel()
235 struct cifsInodeInfo *cifsi = CIFS_I(inode); in __cifs_fscache_invalidate_page()