Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2inode.c1159 cifs_get_writable_path(tcon, name, FIND_ANY, &cfile); in smb2_mkdir_setinfo()
1379 cifs_get_writable_path(tcon, full_path, FIND_ANY, &cfile); in smb2_set_path_size()
1389 cifs_get_writable_path(tcon, full_path, FIND_ANY, &cfile); in smb2_set_path_size()
1419 cifs_get_writable_path(tcon, full_path, FIND_ANY, &cfile); in smb2_set_file_info()
1478 cifs_get_writable_path(tcon, full_path, FIND_ANY, &cfile); in smb2_create_reparse_inode()
1487 cifs_get_writable_path(tcon, full_path, FIND_ANY, &cfile); in smb2_create_reparse_inode()
H A Dfile.c258 ret = cifs_get_writable_file(CIFS_I(wreq->inode), FIND_ANY, &req->cfile); in cifs_begin_writeback()
959 rc = cifs_get_writable_file(CIFS_I(inode), FIND_ANY, &cfile); in cifs_file_flush()
2744 *ret_file = find_readable_file(cinode, FIND_ANY); in cifs_get_readable_path()
2816 smbfile = find_writable_file(CIFS_I(inode), FIND_ANY); in cifs_fsync()
H A Dcifsglob.h1889 FIND_ANY = 0U, enumerator
H A Dinode.c3000 cfile = find_readable_file(cifs_i, FIND_ANY);
H A Dsmb2ops.c3911 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()