Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dbins_del.c51 void *key = bnode_datastart(bnode) + 1; in hfs_bnode_update_key()
110 memmove(bnode_datastart(right) + size, in hfs_bnode_shift_right()
111 bnode_datastart(right), in hfs_bnode_shift_right()
115 memcpy(bnode_datastart(right), bnode_key(left,first), size); in hfs_bnode_shift_right()
175 memcpy(bnode_dataend(left), bnode_datastart(right), size); in hfs_bnode_shift_left()
178 memmove(bnode_datastart(right), bnode_datastart(right) + size, in hfs_bnode_shift_left()
Dhfs_btree.h235 extern inline void *bnode_datastart(const struct hfs_bnode *bnode) in bnode_datastart() function
Dbdelete.c115 node = hfs_get_hl(bkey_record(bnode_datastart(root->bn))); in del_root()