Searched refs:cifs_get_writable_path (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/smb/client/ |
| H A D | smb2inode.c | 1143 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo() 1230 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path() 1236 cifs_get_writable_path(tcon, from_name, in smb2_rename_path() 1271 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1281 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size() 1312 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info() 1368 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode() 1377 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
|
| H A D | cifsproto.h | 160 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
|
| H A D | file.c | 996 rc = cifs_get_writable_path(tcon, full_path, FIND_WR_FSUID_ONLY, &cfile); in cifs_open() 2586 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, in cifs_get_writable_path() function
|