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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dhfs.h182 struct hfs_bkey { struct
188 #define HFS_BKEY(X) (((void)((X)->KeyLen)), ((struct hfs_bkey *)(X)))
415 struct hfs_bkey *key;
422 extern int hfs_bdelete(struct hfs_btree *, const struct hfs_bkey *);
428 const struct hfs_bkey *, int);
431 extern int hfs_binsert(struct hfs_btree *, const struct hfs_bkey *,
H A Dbinsert.c29 * struct hfs_bkey* key: pointer to the key for the record to insert
41 * 'key' is a pointer to a valid (struct hfs_bkey) of length 'keysize'
48 const struct hfs_bkey *key, const void *data,
107 struct hfs_bkey *key;
145 ((struct hfs_bkey *)bnode_key(left, 1))->value, keylen);
153 ((struct hfs_bkey *)bnode_key(right, 1))->value, keylen);
314 static int binsert(struct hfs_brec *brec, const struct hfs_bkey *key,
322 struct hfs_bkey *tmpkey = hfs_malloc(tmpsize);
396 * struct hfs_bkey *key: pointer to the (struct hfs_bkey) t
[all...]
H A Dbfind.c61 * struct hfs_bkey *target: pointer to the (struct hfs_bkey)
84 * 'target' is NULL or points to a "valid" (struct hfs_bkey)
114 const struct hfs_bkey *target, int flags)
117 struct hfs_bkey *key;
H A Dhfs_btree.h241 extern inline void *bkey_record(const struct hfs_bkey *key)
H A Dbdelete.c435 int hfs_bdelete(struct hfs_btree *tree, const struct hfs_bkey *key)

Completed in 37 milliseconds