Searched refs:HFS_TREE_BIGKEYS (Results 1 - 5 of 5) sorted by relevance

/fs/hfs/
H A Dbtree.h158 #define HFS_TREE_BIGKEYS 0x00000002 /* key length is u16 instead of u8. macro
H A Dbrec.c39 if (node->tree->attributes & HFS_TREE_BIGKEYS)
47 if (node->tree->attributes & HFS_TREE_BIGKEYS) {
/fs/hfsplus/
H A Dhfsplus_raw.h185 #define HFS_TREE_BIGKEYS 2 macro
H A Dbtree.c225 if (!(tree->attributes & HFS_TREE_BIGKEYS)) {
H A Dxattr.c91 head->attributes |= cpu_to_be32(HFS_TREE_BIGKEYS | HFS_TREE_VARIDXKEYS);

Completed in 97 milliseconds