Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/linux/fs/cifs/ |
A D | connect.c | 3265 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 3289 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 3310 if (!server->ops->is_path_accessible) in is_path_remote() 3323 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote()
|
A D | cifsglob.h | 289 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
A D | smb1ops.c | 1180 .is_path_accessible = cifs_is_path_accessible,
|
A D | smb2ops.c | 5391 .is_path_accessible = smb2_is_path_accessible, 5491 .is_path_accessible = smb2_is_path_accessible, 5594 .is_path_accessible = smb2_is_path_accessible, 5708 .is_path_accessible = smb2_is_path_accessible,
|
Completed in 722 milliseconds