Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dconnect.c3930 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible()
3947 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible()
4074 if (!server->ops->is_path_accessible) { in cifs_mount()
4087 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_mount()
Dsmb2ops.c3245 .is_path_accessible = smb2_is_path_accessible,
3339 .is_path_accessible = smb2_is_path_accessible,
3435 .is_path_accessible = smb2_is_path_accessible,
3539 .is_path_accessible = smb2_is_path_accessible,
Dsmb1ops.c1064 .is_path_accessible = cifs_is_path_accessible,
Dcifsglob.h290 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member