Searched refs:FIND_ANY (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | smb2inode.c | 1048 cifs_get_writable_path(tcon, name, inode, FIND_ANY, &cfile); in smb2_mkdir_setinfo() 1297 cifs_get_writable_path(tcon, full_path, inode, FIND_ANY, &cfile); in smb2_set_path_size() 1308 inode, FIND_ANY, &cfile); in smb2_set_path_size() 1339 inode, FIND_ANY, &cfile); in smb2_set_file_info() 1398 cifs_get_writable_path(tcon, full_path, NULL, FIND_ANY, &cfile); in smb2_create_reparse_inode() 1407 cifs_get_writable_path(tcon, full_path, NULL, FIND_ANY, &cfile); in smb2_create_reparse_inode()
|
| H A D | file.c | 257 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_ANY, &req->cfile); in cifs_begin_writeback() 968 rc = cifs_get_writable_file(CIFS_I(inode), FIND_ANY, &cfile); in cifs_file_flush() 2632 find_flags = FIND_ANY; in __cifs_get_writable_file() 2781 *ret_file = find_readable_file(cinode, FIND_ANY); in cifs_get_readable_path() 2853 smbfile = find_writable_file(CIFS_I(inode), FIND_ANY); in cifs_fsync()
|
| H A D | cifsglob.h | 1886 FIND_ANY = 0U, enumerator
|
| H A D | inode.c | 2997 cfile = find_readable_file(cifs_i, FIND_ANY);
|
| H A D | smb2ops.c | 3926 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()
|