Searched refs:cifs_get_writable_path (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | smb2inode.c | 1016 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 1103 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path() 1109 cifs_get_writable_path(tcon, from_name, in smb2_rename_path() 1144 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1154 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1185 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info() 1233 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode() 1242 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
|
D | cifsproto.h | 157 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
|
D | file.c | 2552 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, in cifs_get_writable_path() function
|