Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | connect.c | 4465 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 4489 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 4508 if (!server->ops->is_path_accessible) in is_path_remote() 4521 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote() 4603 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, path); in check_dfs_prepath()
|
D | cifsglob.h | 292 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
D | smb1ops.c | 1181 .is_path_accessible = cifs_is_path_accessible,
|
D | smb2ops.c | 4969 .is_path_accessible = smb2_is_path_accessible, 5068 .is_path_accessible = smb2_is_path_accessible, 5170 .is_path_accessible = smb2_is_path_accessible, 5283 .is_path_accessible = smb2_is_path_accessible,
|