Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dconnect.c3610 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible()
3634 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible()
3656 if (!server->ops->is_path_accessible) in cifs_is_path_remote()
3669 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_is_path_remote()
H A Dsmb1ops.c1123 .is_path_accessible = cifs_is_path_accessible,
H A Dsmb2ops.c5155 .is_path_accessible = smb2_is_path_accessible,
5258 .is_path_accessible = smb2_is_path_accessible,
5364 .is_path_accessible = smb2_is_path_accessible,
5480 .is_path_accessible = smb2_is_path_accessible,
H A Dcifsglob.h362 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member