Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/fs/cifs/ |
D | connect.c | 4657 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 4681 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 4700 if (!server->ops->is_path_accessible) in is_path_remote() 4713 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in is_path_remote()
|
D | smb2ops.c | 4470 .is_path_accessible = smb2_is_path_accessible, 4568 .is_path_accessible = smb2_is_path_accessible, 4668 .is_path_accessible = smb2_is_path_accessible, 4776 .is_path_accessible = smb2_is_path_accessible,
|
D | cifsglob.h | 301 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|
D | smb1ops.c | 1184 .is_path_accessible = cifs_is_path_accessible,
|