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.c1048 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 Dfile.c257 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 Dcifsglob.h1886 FIND_ANY = 0U, enumerator
H A Dinode.c2997 cfile = find_readable_file(cifs_i, FIND_ANY);
H A Dsmb2ops.c3926 wrcfile = find_writable_file(cifsi, FIND_ANY); in smb3_llseek()