Home
last modified time | relevance | path

Searched refs:cifs_inode (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/fs/cifs/
A Dcifsfs.c379 struct cifsInodeInfo *cifs_inode; in cifs_alloc_inode() local
381 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 …]
A Dfile.c2218 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 …]
A Dmisc.c731 cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode) in cifs_close_deferred_file() argument
737 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()
A Dcifsproto.h146 extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
281 extern void cifs_close_deferred_file(struct cifsInodeInfo *cifs_inode);
A Dinode.c1644 struct cifsInodeInfo *cifs_inode; local
1722 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 info
1750 cifs_inode = CIFS_I(dir);

Completed in 20 milliseconds