Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | connect.c | 3501 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 3525 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 3550 if (!server->ops->is_path_accessible) in is_path_remote() 3563 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote()
|
| D | smb1ops.c | 1200 .is_path_accessible = cifs_is_path_accessible,
|
| D | cifsglob.h | 320 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
| D | smb2ops.c | 5207 .is_path_accessible = smb2_is_path_accessible, 5308 .is_path_accessible = smb2_is_path_accessible, 5411 .is_path_accessible = smb2_is_path_accessible, 5525 .is_path_accessible = smb2_is_path_accessible,
|