Searched refs:query_dir_next (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | readdir.c | 585 if (!server->ops->query_dir_first || !server->ops->query_dir_next) in find_cifs_entry() 644 rc = server->ops->query_dir_next(xid, tcon, &cfile->fid, in find_cifs_entry()
|
D | smb2ops.c | 4499 .query_dir_next = smb2_query_dir_next, 4597 .query_dir_next = smb2_query_dir_next, 4697 .query_dir_next = smb2_query_dir_next, 4806 .query_dir_next = smb2_query_dir_next,
|
D | cifsglob.h | 390 int (*query_dir_next)(const unsigned int, struct cifs_tcon *, member
|
D | smb1ops.c | 1211 .query_dir_next = cifs_query_dir_next,
|