apfs::inode_t

struct inode_t : public apfs::_j_inode_val_t

An inode: stores basic information about a directory entry.

Public Members

uint64_t num

The inode number.

size_t size

The size occupied by the file this inode refers to, if it refers to a file.

You obtain an inode by loading it with a directory_entry, and that is where you can find out whether or not you’re dealing with a file.