Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/fs/cifs/ |
A D | connect.c | 3324 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 3348 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 3370 if (!server->ops->is_path_accessible) in cifs_is_path_remote() 3383 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_is_path_remote()
|
A D | smb1ops.c | 1209 .is_path_accessible = cifs_is_path_accessible,
|
A D | cifsglob.h | 318 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
A D | smb2ops.c | 5225 .is_path_accessible = smb2_is_path_accessible, 5326 .is_path_accessible = smb2_is_path_accessible, 5429 .is_path_accessible = smb2_is_path_accessible, 5543 .is_path_accessible = smb2_is_path_accessible,
|
Completed in 29 milliseconds