Searched refs:FIND_WR_ANY (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 1151 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 1367 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1377 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1407 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info() 1466 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode() 1475 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_create_reparse_inode()
|
| H A D | file.c | 259 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_WR_ANY, &req->cfile); in cifs_begin_writeback() 971 rc = cifs_get_writable_file(CIFS_I(inode), FIND_WR_ANY, &cfile); in cifs_file_flush() 2812 smbfile = find_writable_file(CIFS_I(inode), FIND_WR_ANY); in cifs_fsync()
|
| H A D | cifsglob.h | 1862 FIND_WR_ANY = 0U, enumerator
|
| H A D | smb2ops.c | 3880 wrcfile = find_writable_file(cifsi, FIND_WR_ANY); in smb3_llseek()
|