Searched refs:is_path_accessible (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | connect.c | 3930 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, ""); in cifs_are_all_path_components_accessible() 3947 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_are_all_path_components_accessible() 4074 if (!server->ops->is_path_accessible) { in cifs_mount() 4087 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, in cifs_mount()
|
D | smb2ops.c | 3245 .is_path_accessible = smb2_is_path_accessible, 3339 .is_path_accessible = smb2_is_path_accessible, 3435 .is_path_accessible = smb2_is_path_accessible, 3539 .is_path_accessible = smb2_is_path_accessible,
|
D | smb1ops.c | 1064 .is_path_accessible = cifs_is_path_accessible,
|
D | cifsglob.h | 290 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, member
|