HomeSort by relevance Sort by last modified time
    Searched refs:zfs_file_t (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
zfs_common.h 81 typedef struct zfs_file *zfs_file_t; typedef in typeref:struct:zfs_file
94 int zfs_open(zfs_file_t, const char *filename);
95 uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len);
97 int zfs_close(zfs_file_t);
  /external/u-boot/fs/zfs/
zfs.c     [all...]

Completed in 142 milliseconds