Rev 4420 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4420 | Rev 4439 | ||
|---|---|---|---|
| Line 52... | Line 52... | ||
| 52 | uint8_t type; |
52 | uint8_t type; |
| 53 | uint32_t len; |
53 | uint32_t len; |
| 54 | } __attribute__((packed)); |
54 | } __attribute__((packed)); |
| 55 | 55 | ||
| 56 | static bool |
56 | static bool |
| 57 | tmpfs_restore_recursion(int dev, off_t *bufpos, size_t *buflen, off_t *pos, |
57 | tmpfs_restore_recursion(dev_handle_t dev, off_t *bufpos, size_t *buflen, |
| 58 | fs_node_t *pfn) |
58 | off_t *pos, fs_node_t *pfn) |
| 59 | { |
59 | { |
| 60 | struct rdentry entry; |
60 | struct rdentry entry; |
| 61 | libfs_ops_t *ops = &tmpfs_libfs_ops; |
61 | libfs_ops_t *ops = &tmpfs_libfs_ops; |
| 62 | int rc; |
62 | int rc; |
| 63 | 63 | ||