Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhfs_common.h385 #define HFS_MAX_CAT_KEYLEN (sizeof(struct hfs_cat_key) - sizeof(u8)) macro
/linux/fs/hfs/
H A Dbtree.c142 if (tree->max_key_len != HFS_MAX_CAT_KEYLEN) { in hfs_btree_open()