Searched refs:FIND_WR_ANY (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | smb2inode.c | 1143 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 1271 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1281 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1312 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info() 1368 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode() 1377 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
|
| H A D | file.c | 245 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback() 2693 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync() 2741 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
|
| H A D | cifsglob.h | 1873 #define FIND_WR_ANY 0 macro
|
| H A D | inode.c | 3221 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|
| H A D | smb2ops.c | 3757 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()
|