Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dconnect.c3454 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible()
3478 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible()
3500 if (!server->ops->is_path_accessible) in cifs_is_path_remote()
3513 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_is_path_remote()
Dsmb1ops.c1214 .is_path_accessible = cifs_is_path_accessible,
Dsmb2ops.c5181 .is_path_accessible = smb2_is_path_accessible,
5283 .is_path_accessible = smb2_is_path_accessible,
5387 .is_path_accessible = smb2_is_path_accessible,
5501 .is_path_accessible = smb2_is_path_accessible,
Dcifsglob.h328 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member