Searched refs:CIFS_I (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfscache.c63 struct cifsInodeInfo *cifsi = CIFS_I(inode);
78 struct cifsInodeInfo *cifsi = CIFS_I(inode);
90 struct cifsInodeInfo *cifsi = CIFS_I(inode);
112 struct cifsInodeInfo *cifsi = CIFS_I(inode);
132 struct cifsInodeInfo *cifsi = CIFS_I(inode);
161 CIFS_I(inode)->fscache, page, inode);
162 ret = fscache_read_or_alloc_page(CIFS_I(inode)->fscache, page,
193 CIFS_I(inode)->fscache, *nr_pages, inode);
194 ret = fscache_read_or_alloc_pages(CIFS_I(inode)->fscache, mapping,
221 CIFS_I(inod
[all...]
H A Dfscache.h70 if (CIFS_I(inode)->fscache)
81 if (CIFS_I(inode)->fscache)
H A Dinode.c88 struct cifsInodeInfo *cifs_i = CIFS_I(inode);
121 struct cifsInodeInfo *cifs_i = CIFS_I(inode);
520 CIFS_I(inode)->time = 0;
533 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid;
556 if (CIFS_I(*pinode)->clientCanCacheRead) {
631 fattr.cf_uniqueid = CIFS_I(*pinode)->uniqueid;
718 if (CIFS_I(inode)->uniqueid != fattr->cf_uniqueid)
737 CIFS_I(inode)->uniqueid = fattr->cf_uniqueid;
798 CIFS_I(inode)->fscache = NULL;
835 cifs_sb->tcon->resource_id = CIFS_I(inod
[all...]
H A Dfile.c118 pCifsInode = CIFS_I(file->f_path.dentry->d_inode);
142 CIFS_I(file->f_path.dentry->d_inode)->write_behind_rc = rc;
169 struct cifsInodeInfo *pCifsInode = CIFS_I(inode);
238 pCifsInode = CIFS_I(file->f_path.dentry->d_inode);
522 pCifsInode = CIFS_I(inode);
527 CIFS_I(inode)->write_behind_rc = rc;
628 if (list_empty(&(CIFS_I(inode)->openFileList))) {
632 CIFS_I(inode)->clientCanCacheRead = false;
633 CIFS_I(inode)->clientCanCacheAll = false;
636 if ((rc == 0) && CIFS_I(inod
[all...]
H A Dcifsfs.c328 kmem_cache_free(cifs_inode_cachep, CIFS_I(inode));
542 if (!CIFS_I(inode)->clientCanCacheAll)
556 CIFS_I(file->f_path.dentry->d_inode)->time = 0;
576 (CIFS_I(inode)->clientCanCacheRead)) ||
578 (CIFS_I(inode)->clientCanCacheAll)))
581 !CIFS_I(inode)->clientCanCacheRead)
H A Dlink.c79 cifsInode = CIFS_I(old_file->d_inode);
97 CIFS_I(inode)->time = 0; */
H A Dcifsacl.c606 open_file = find_readable_file(CIFS_I(inode));
664 open_file = find_readable_file(CIFS_I(inode));
H A Dcifsglob.h401 CIFS_I(struct inode *inode) function
H A Dmisc.c580 pCifsInode = CIFS_I(netfile->pInode);
H A Ddir.c161 pCifsInode = CIFS_I(newinode);
H A Dreaddir.c417 struct cifsInodeInfo *cifsInfo = CIFS_I(inode);

Completed in 112 milliseconds