Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2inode.c1065 cifs_get_writable_path(tcon, name, FIND_WR_ANY, &cfile); in smb2_mkdir_setinfo()
1152 cifs_get_writable_path(tcon, from_name, FIND_WR_WITH_DELETE, &cfile); in smb2_rename_path()
1158 cifs_get_writable_path(tcon, from_name, in smb2_rename_path()
1193 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1203 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_path_size()
1234 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_set_file_info()
1282 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
1291 cifs_get_writable_path(tcon, full_path, FIND_WR_ANY, &cfile); in smb2_get_reparse_inode()
H A Dcifsproto.h155 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
H A Dfile.c2443 cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, in cifs_get_writable_path() function