HelenOS sources

exfat_directory_t   49 uspace/srv/fs/exfat/exfat_directory.c void exfat_directory_init(exfat_directory_t *di)
exfat_directory_t   62 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_open(exfat_node_t *nodep, exfat_directory_t *di)
exfat_directory_t   77 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_open_parent(exfat_directory_t *di,
exfat_directory_t   89 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_close(exfat_directory_t *di)
exfat_directory_t  101 uspace/srv/fs/exfat/exfat_directory.c static errno_t exfat_directory_block_load(exfat_directory_t *di)
exfat_directory_t  134 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_next(exfat_directory_t *di)
exfat_directory_t  146 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_prev(exfat_directory_t *di)
exfat_directory_t  162 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_seek(exfat_directory_t *di, aoff64_t pos)
exfat_directory_t  175 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_get(exfat_directory_t *di, exfat_dentry_t **d)
exfat_directory_t  188 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_find(exfat_directory_t *di, exfat_dentry_clsf_t type,
exfat_directory_t  203 uspace/srv/fs/exfat/exfat_directory.c exfat_directory_find_continue(exfat_directory_t *di, exfat_dentry_clsf_t type,
exfat_directory_t  213 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_read_file(exfat_directory_t *di, char *name, size_t size,
exfat_directory_t  261 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_read_vollabel(exfat_directory_t *di, char *label,
exfat_directory_t  303 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_sync_file(exfat_directory_t *di, exfat_file_dentry_t *df,
exfat_directory_t  367 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_write_file(exfat_directory_t *di, const char *name)
exfat_directory_t  474 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_erase_file(exfat_directory_t *di, aoff64_t pos)
exfat_directory_t  502 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_expand(exfat_directory_t *di)
exfat_directory_t  521 uspace/srv/fs/exfat/exfat_directory.c errno_t exfat_directory_lookup_free(exfat_directory_t *di, size_t count)
exfat_directory_t   55 uspace/srv/fs/exfat/exfat_directory.h extern void exfat_directory_init(exfat_directory_t *);
exfat_directory_t   56 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_open(exfat_node_t *, exfat_directory_t *);
exfat_directory_t   57 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_open_parent(exfat_directory_t *, service_id_t,
exfat_directory_t   59 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_close(exfat_directory_t *);
exfat_directory_t   61 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_next(exfat_directory_t *);
exfat_directory_t   62 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_prev(exfat_directory_t *);
exfat_directory_t   63 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_seek(exfat_directory_t *, aoff64_t);
exfat_directory_t   64 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_get(exfat_directory_t *, exfat_dentry_t **);
exfat_directory_t   65 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_find(exfat_directory_t *, exfat_dentry_clsf_t,
exfat_directory_t   67 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_find_continue(exfat_directory_t *,
exfat_directory_t   70 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_read_file(exfat_directory_t *, char *, size_t,
exfat_directory_t   72 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_read_vollabel(exfat_directory_t *, char *, size_t);
exfat_directory_t   73 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_sync_file(exfat_directory_t *, exfat_file_dentry_t *,
exfat_directory_t   75 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_write_file(exfat_directory_t *, const char *);
exfat_directory_t   76 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_erase_file(exfat_directory_t *, aoff64_t);
exfat_directory_t   78 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_expand(exfat_directory_t *);
exfat_directory_t   79 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_lookup_free(exfat_directory_t *, size_t);
exfat_directory_t   80 uspace/srv/fs/exfat/exfat_directory.h extern errno_t exfat_directory_print(exfat_directory_t *);
exfat_directory_t  121 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t  294 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t  521 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t  723 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t  805 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t  841 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t 1089 uspace/srv/fs/exfat/exfat_ops.c 	exfat_directory_t di;
exfat_directory_t 1391 uspace/srv/fs/exfat/exfat_ops.c 		exfat_directory_t di;
HelenOS homepage, sources at GitHub