Home
last modified time | relevance | path

Searched refs:hfs_btree_key (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dhfs.h164 typedef union hfs_btree_key { union
168 } hfs_btree_key; typedef
173 typedef union hfs_btree_key btree_key;
H A Dextent.c21 static void hfs_ext_build_key(hfs_btree_key *key, u32 cnid, u16 block, u8 type) in hfs_ext_build_key()