Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dsmb2inode.c768 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
828 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path()
855 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
881 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
Dcifsproto.h154 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
Dfile.c2351 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, in cifs_get_writable_path() function