Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dfile.c41 static int cifs_reopen_file(struct cifsFileInfo *cfile, bool can_flush);
68 rc = cifs_reopen_file(open_file, false); in cifs_prepare_write()
214 rc = cifs_reopen_file(req->cfile, true); in cifs_issue_read()
1140 cifs_reopen_file(struct cifsFileInfo *cfile, bool can_flush) in cifs_reopen_file() function
1426 if (cifs_reopen_file(open_file, false /* do not flush */)) in cifs_reopen_persistent_handles()
2519 rc = cifs_reopen_file(inv_file, false); in cifs_get_writable_file()