Searched refs:cifs_inode (Results 1 – 5 of 5) sorted by relevance
355 struct cifsInodeInfo *cifs_inode; in cifs_alloc_inode() local357 if (!cifs_inode) in cifs_alloc_inode()360 cifs_inode->time = 0; in cifs_alloc_inode()366 cifs_inode->flags = 0; in cifs_alloc_inode()368 cifs_inode->writers = 0; in cifs_alloc_inode()370 cifs_inode->server_eof = 0; in cifs_alloc_inode()371 cifs_inode->uniqueid = 0; in cifs_alloc_inode()372 cifs_inode->createtime = 0; in cifs_alloc_inode()373 cifs_inode->epoch = 0; in cifs_alloc_inode()383 INIT_LIST_HEAD(&cifs_inode->llist); in cifs_alloc_inode()[all …]
2007 spin_lock(&cifs_inode->open_file_lock); in find_readable_file()2027 spin_unlock(&cifs_inode->open_file_lock); in find_readable_file()2051 if (cifs_inode == NULL) { in cifs_get_writable_file()2063 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2066 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2100 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2109 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2111 spin_unlock(&cifs_inode->open_file_lock); in cifs_get_writable_file()2115 spin_lock(&cifs_inode->open_file_lock); in cifs_get_writable_file()4682 spin_lock(&cifs_inode->open_file_lock); in is_inode_writable()[all …]
723 cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode) in cifs_close_deferred_file() argument729 if (cifs_inode == NULL) in cifs_close_deferred_file()733 spin_lock(&cifs_inode->open_file_lock); in cifs_close_deferred_file()734 list_for_each_entry(cfile, &cifs_inode->openFileList, flist) { in cifs_close_deferred_file()745 spin_unlock(&cifs_inode->open_file_lock); in cifs_close_deferred_file()
1585 struct cifsInodeInfo *cifs_inode; local1661 cifs_inode = CIFS_I(inode);1662 origattr = cifs_inode->cifsAttrs;1683 cifs_inode = CIFS_I(inode);1684 cifs_inode->time = 0; /* will force revalidate to get info1689 cifs_inode = CIFS_I(dir);
142 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,266 extern void cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode);
Completed in 26 milliseconds