Home
last modified time | relevance | path

Searched refs:CIFS_I (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/fs/cifs/
Dfscache.c63 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 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 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 CIFS_I(inode)->fscache, page, inode); in __cifs_readpage_to_fscache()
[all …]
Dinode.c92 struct cifsInodeInfo *cifs_i = CIFS_I(inode);
125 struct cifsInodeInfo *cifs_i = CIFS_I(inode);
592 CIFS_I(inode)->time = 0;
601 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid;
629 if (CIFS_I(*pinode)->clientCanCacheRead) {
706 fattr.cf_uniqueid = CIFS_I(*pinode)->uniqueid;
797 if (CIFS_I(inode)->uniqueid != fattr->cf_uniqueid)
801 if (CIFS_I(inode)->createtime != fattr->cf_createtime)
820 CIFS_I(inode)->uniqueid = fattr->cf_uniqueid;
821 CIFS_I(inode)->createtime = fattr->cf_createtime;
[all …]
Dfscache.h70 if (CIFS_I(inode)->fscache) in cifs_readpage_from_fscache()
81 if (CIFS_I(inode)->fscache) in cifs_readpages_from_fscache()
Dfile.c250 struct cifsInodeInfo *pCifsInode = CIFS_I(inode); in cifs_new_fileinfo()
297 struct cifsInodeInfo *cifsi = CIFS_I(inode); in cifsFileInfo_put()
320 CIFS_I(inode)->invalid_mapping = true; in cifsFileInfo_put()
565 pCifsInode = CIFS_I(inode); in cifs_reopen_file()
809 struct cifsInodeInfo *cinode = CIFS_I(file->f_path.dentry->d_inode); in cifs_posix_lock_test()
836 struct cifsInodeInfo *cinode = CIFS_I(file->f_path.dentry->d_inode); in cifs_posix_lock_set()
866 struct cifsInodeInfo *cinode = CIFS_I(cfile->dentry->d_inode); in cifs_push_mandatory_locks()
947 struct cifsInodeInfo *cinode = CIFS_I(cfile->dentry->d_inode); in cifs_push_posix_locks()
1111 struct cifsInodeInfo *cinode = CIFS_I(cfile->dentry->d_inode); in cifs_getlk()
1202 struct cifsInodeInfo *cinode = CIFS_I(cfile->dentry->d_inode); in cifs_unlock_range()
[all …]
Dcifsfs.c286 kmem_cache_free(cifs_inode_cachep, CIFS_I(inode)); in cifs_i_callback()
715 if (CIFS_I(inode)->clientCanCacheAll) in cifs_file_aio_write()
739 if (!CIFS_I(inode)->clientCanCacheRead && inode->i_mapping && in cifs_llseek()
752 CIFS_I(inode)->time = 0; in cifs_llseek()
773 (CIFS_I(inode)->clientCanCacheRead)) || in cifs_setlease()
775 (CIFS_I(inode)->clientCanCacheAll))) in cifs_setlease()
778 !CIFS_I(inode)->clientCanCacheRead) in cifs_setlease()
Dreaddir.c91 if (inode && CIFS_I(inode)->uniqueid == fattr->cf_uniqueid) { in cifs_readdir_lookup()
487 struct cifsInodeInfo *cifsInfo = CIFS_I(inode); in is_dir_changed()
Dxattr.c178 CIFS_I(direntry->d_inode)->time = 0; in cifs_setxattr()
Dmisc.c594 pCifsInode = CIFS_I(netfile->dentry->d_inode); in is_valid_oplock_break()
Dlink.c434 cifsInode = CIFS_I(old_file->d_inode); in cifs_hardlink()
Dcifsglob.h641 CIFS_I(struct inode *inode) in CIFS_I() function
Dcifsacl.c1210 open_file = find_readable_file(CIFS_I(inode), true); in get_cifs_acl()
Dcifssmb.c1582 eof = CIFS_I(rdata->mapping->host)->server_eof; in cifs_readv_receive()
2076 cifs_update_eof(CIFS_I(inode), wdata->offset, wdata->bytes); in cifs_writev_complete()