Searched refs:FIND_WR_ANY (Results 1 – 5 of 5) sorted by relevance
| /fs/smb/client/ |
| A D | smb2inode.c | 1144 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 1272 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1282 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1313 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info() 1369 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode() 1378 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
|
| A D | file.c | 250 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback() 2700 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_strict_fsync() 2748 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
|
| A D | cifsglob.h | 1885 #define FIND_WR_ANY 0 macro
|
| A D | inode.c | 3251 rc = cifs_get_writable_file(cifsInode, FIND_WR_ANY, &wfile);
|
| A D | smb2ops.c | 3772 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()
|
Completed in 677 milliseconds