Home
last modified time | relevance | path

Searched refs:belem_key (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dhfs_btree.h245 extern inline void *belem_key(const struct hfs_belem *elem) in belem_key() function
248 { return belem_key(brec->bottom); } in brec_key()
256 { return bkey_record(belem_key(elem)); } in belem_record()
Dbfind.c164 key = belem_key(curr); in hfs_bfind()
312 brec->key = belem_key(belem); in hfs_bsucc()
Dbins_del.c66 memcpy(1+belem_key(belem), key, keysize); in hfs_bnode_update_key()