HelenOS sources

exfat_directory_seek  257 uspace/srv/fs/exfat/exfat_directory.c 	exfat_directory_seek(di, start_pos);
exfat_directory_seek  271 uspace/srv/fs/exfat/exfat_directory.c 	rc = exfat_directory_seek(di, 0);
exfat_directory_seek  285 uspace/srv/fs/exfat/exfat_directory.c 	exfat_directory_seek(di, start_pos);
exfat_directory_seek  331 uspace/srv/fs/exfat/exfat_directory.c 	rc = exfat_directory_seek(di, pos);
exfat_directory_seek  471 uspace/srv/fs/exfat/exfat_directory.c 	return exfat_directory_seek(di, pos);
exfat_directory_seek  528 uspace/srv/fs/exfat/exfat_directory.c 	rc = exfat_directory_seek(di, 0);
exfat_directory_seek  544 uspace/srv/fs/exfat/exfat_directory.c 						exfat_directory_seek(di, pos);
exfat_directory_seek   63 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_seek(exfat_directory_t *, aoff64_t);
exfat_directory_seek  145 uspace/srv/fs/exfat/exfat_ops.c 	rc = exfat_directory_seek(&di, node->idx->pdi);
exfat_directory_seek  325 uspace/srv/fs/exfat/exfat_ops.c 	rc = exfat_directory_seek(&di, idxp->pdi);
exfat_directory_seek 1131 uspace/srv/fs/exfat/exfat_ops.c 	rc = exfat_directory_seek(&di, 0);
exfat_directory_seek 1396 uspace/srv/fs/exfat/exfat_ops.c 		rc = exfat_directory_seek(&di, pos);
HelenOS homepage, sources at GitHub