Searched refs:zfs_open (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/
H A Dzfs_common.h96 int zfs_open(zfs_file_t, const char *filename);
/u-boot/cmd/
H A Dzfs.c97 if (zfs_open(&zfile, filename)) {
/u-boot/fs/zfs/
H A Dzfs.c31 * zfs_open() - locates a plain file object by following the MOS
146 /* cache for a file block of the currently zfs_open()-ed file */
2022 * zfs_open() locates a file in the rootpool by following the
2026 zfs_open(struct zfs_file *file, const char *fsfilename) function

Completed in 104 milliseconds