Searched refs:query_dir_next (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/cifs/ |
| A D | readdir.c | 726 if (!server->ops->query_dir_first || !server->ops->query_dir_next) in find_cifs_entry() 785 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid, in find_cifs_entry()
|
| A D | cifsglob.h | 385 int (*query_dir_next)(const unsigned int, struct cifs_tcon *, member
|
| A D | smb1ops.c | 1207 .query_dir_next = cifs_query_dir_next,
|
| A D | smb2ops.c | 5419 .query_dir_next = smb2_query_dir_next, 5519 .query_dir_next = smb2_query_dir_next, 5625 .query_dir_next = smb2_query_dir_next, 5739 .query_dir_next = smb2_query_dir_next,
|
Completed in 36 milliseconds