Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dreaddir.c683 if (!server->ops->query_dir_first || !server->ops->query_dir_next) in find_cifs_entry()
742 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid, in find_cifs_entry()
H A Dsmb1ops.c1152 .query_dir_next = cifs_query_dir_next,
H A Dsmb2ops.c5180 .query_dir_next = smb2_query_dir_next,
5283 .query_dir_next = smb2_query_dir_next,
5391 .query_dir_next = smb2_query_dir_next,
5507 .query_dir_next = smb2_query_dir_next,
H A Dcifsglob.h471 int (*query_dir_next)(const unsigned int, struct cifs_tcon *, member