Searched refs:cifs_inode (Results 1 – 5 of 5) sorted by relevance
379 struct cifsInodeInfo *cifs_inode; in cifs_alloc_inode() local381 if (!cifs_inode) in cifs_alloc_inode()384 cifs_inode->time = 0; in cifs_alloc_inode()390 cifs_inode->flags = 0; in cifs_alloc_inode()392 cifs_inode->writers = 0; in cifs_alloc_inode()394 cifs_inode->server_eof = 0; in cifs_alloc_inode()395 cifs_inode->uniqueid = 0; in cifs_alloc_inode()396 cifs_inode->createtime = 0; in cifs_alloc_inode()397 cifs_inode->epoch = 0; in cifs_alloc_inode()400 cifs_inode->symlink_target = NULL; in cifs_alloc_inode()[all …]
2218 spin_lock(&cifs_inode->open_file_lock); in find_readable_file()2238 spin_unlock(&cifs_inode->open_file_lock); in find_readable_file()2262 if (cifs_inode == NULL) { in cifs_get_writable_file()2274 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2277 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2311 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2320 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2322 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2326 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()4721 spin_lock(&cifs_inode->open_file_lock); in is_inode_writable()[all …]
731 cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode) in cifs_close_deferred_file() argument737 if (cifs_inode == NULL) in cifs_close_deferred_file()741 spin_lock(&cifs_inode->open_file_lock); in cifs_close_deferred_file()742 list_for_each_entry(cfile, &cifs_inode->openFileList, flist) { in cifs_close_deferred_file()755 spin_unlock(&cifs_inode->open_file_lock); in cifs_close_deferred_file()
146 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,281 extern void cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode);
1644 struct cifsInodeInfo *cifs_inode; local1722 cifs_inode = CIFS_I(inode);1723 origattr = cifs_inode->cifsAttrs;1744 cifs_inode = CIFS_I(inode);1745 cifs_inode->time = 0; /* will force revalidate to get info1750 cifs_inode = CIFS_I(dir);
Completed in 20 milliseconds