Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | connect.c | 4483 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 4507 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 4526 if (!server->ops->is_path_accessible) in is_path_remote() 4539 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote() 4621 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, path); in check_dfs_prepath()
|
| H A D | smb1ops.c | 1181 .is_path_accessible = cifs_is_path_accessible,
|
| H A D | cifsglob.h | 292 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
| H A D | smb2ops.c | 5156 .is_path_accessible = smb2_is_path_accessible, 5256 .is_path_accessible = smb2_is_path_accessible, 5358 .is_path_accessible = smb2_is_path_accessible, 5471 .is_path_accessible = smb2_is_path_accessible,
|