Home
last modified time | relevance | path

Searched refs:FIND_WITH_DELETE (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2inode.c1339 cifs_get_writable_path(tcon, from_name, FIND_WITH_DELETE, &cfile); in smb2_rename_path()
1345 cifs_get_writable_path(tcon, from_name, FIND_WITH_DELETE, &cfile); in smb2_rename_path()
1638 cifs_get_writable_path(tcon, full_path, FIND_WITH_DELETE, &cfile); in smb2_rename_pending_delete()
1643 cifs_get_writable_path(tcon, full_path, FIND_WITH_DELETE, &cfile); in smb2_rename_pending_delete()
H A Dcifsglob.h1891 FIND_WITH_DELETE = (1U << 1), enumerator
H A Dfile.c2587 bool with_delete = find_flags & FIND_WITH_DELETE; in __cifs_get_writable_file()