Lines Matching refs:component_name
106 struct component_name *key;
162 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
164 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
167 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
171 int ri, struct component_name * key, int flag);
173 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
568 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch()
582 struct component_name ciKey; in dtSearch()
816 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert()
944 struct component_name key = { 0, NULL }; in dtSplitUp()
2079 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete()
3315 static int dtCompare(struct component_name * key, /* search key */ in dtCompare()
3391 static int ciCompare(struct component_name * key, /* search key */ in ciCompare()
3500 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey()
3504 struct component_name lkey; in ciGetLeafPrefixKey()
3505 struct component_name rkey; in ciGetLeafPrefixKey()
3567 struct component_name * key, int flag) in dtGetKey()
3630 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, in dtInsertEntry()
4245 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()