Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| D | connect.c | 3454 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 3478 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 3500 if (!server->ops->is_path_accessible) in cifs_is_path_remote() 3513 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_is_path_remote()
|
| D | smb1ops.c | 1214 .is_path_accessible = cifs_is_path_accessible,
|
| D | smb2ops.c | 5181 .is_path_accessible = smb2_is_path_accessible, 5283 .is_path_accessible = smb2_is_path_accessible, 5387 .is_path_accessible = smb2_is_path_accessible, 5501 .is_path_accessible = smb2_is_path_accessible,
|
| D | cifsglob.h | 328 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|