Searched refs:query_dir_next (Results 1 – 4 of 4) sorted by relevance
/linux/fs/smb/client/ |
H A D | readdir.c | 697 if (!server->ops->query_dir_first || !server->ops->query_dir_next) in find_cifs_entry() 756 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid, in find_cifs_entry()
|
H A D | smb1ops.c | 1134 .query_dir_next = cifs_query_dir_next,
|
H A D | smb2ops.c | 5313 .query_dir_next = smb2_query_dir_next, 5416 .query_dir_next = smb2_query_dir_next, 5524 .query_dir_next = smb2_query_dir_next, 5640 .query_dir_next = smb2_query_dir_next,
|
H A D | cifsglob.h | 505 int (*query_dir_next)(const unsigned int, struct cifs_tcon *, member
|