Home
last modified time | relevance | path

Searched refs:query_path_info (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dsmb1ops.c1125 .query_path_info = cifs_query_path_info,
H A Dsmb2ops.c5158 .query_path_info = smb2_query_path_info,
5261 .query_path_info = smb2_query_path_info,
5367 .query_path_info = smb2_query_path_info,
5483 .query_path_info = smb2_query_path_info,
H A Dinode.c1176 rc = server->ops->query_path_info(xid, tcon, cifs_sb, in cifs_get_fattr()
1362 rc = server->ops->query_path_info(xid, tcon, cifs_sb, in smb311_posix_get_fattr()
H A Dcifsglob.h365 int (*query_path_info)(const unsigned int xid, member