Home
last modified time | relevance | path

Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dconnect.c4485 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible()
4509 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible()
4528 if (!server->ops->is_path_accessible) in is_path_remote()
4541 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote()
4623 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, path); in check_dfs_prepath()
Dsmb1ops.c1181 .is_path_accessible = cifs_is_path_accessible,
Dsmb2ops.c5149 .is_path_accessible = smb2_is_path_accessible,
5249 .is_path_accessible = smb2_is_path_accessible,
5351 .is_path_accessible = smb2_is_path_accessible,
5464 .is_path_accessible = smb2_is_path_accessible,
Dcifsglob.h295 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member