Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2ops.c1558 .is_path_accessible = smb2_is_path_accessible,
1638 .is_path_accessible = smb2_is_path_accessible,
1721 .is_path_accessible = smb2_is_path_accessible,
1810 .is_path_accessible = smb2_is_path_accessible,
Dconnect.c3669 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible()
3686 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible()
3815 if (!server->ops->is_path_accessible) { in cifs_mount()
3827 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_mount()
Dcifsglob.h261 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
Dsmb1ops.c1068 .is_path_accessible = cifs_is_path_accessible,