Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | smb2ops.c | 1558 .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,
|
D | connect.c | 3669 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()
|
D | cifsglob.h | 261 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
D | smb1ops.c | 1068 .is_path_accessible = cifs_is_path_accessible,
|