Searched refs:close_dir (Results 1 – 7 of 7) sorted by relevance
74 extern void close_dir(void *stream);
172 void close_dir(void *stream) in close_dir() function
302 close_dir(dir); in hostfs_readdir()
615 .close_dir = smb2_close_dir,682 .close_dir = smb2_close_dir,
344 int (*close_dir)(const unsigned int, struct cifs_tcon *, member
944 .close_dir = cifs_close_dir,
742 if (server->ops->close_dir) in cifs_closedir()743 rc = server->ops->close_dir(xid, tcon, &cfile->fid); in cifs_closedir()