Lines Matching refs:component_name
106 struct component_name *key;
161 static int dtCompare(struct component_name * key, dtpage_t * p, int si);
163 static int ciCompare(struct component_name * key, dtpage_t * p, int si,
166 static void dtGetKey(dtpage_t * p, int i, struct component_name * key,
170 int ri, struct component_name * key, int flag);
172 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
567 int dtSearch(struct inode *ip, struct component_name * key, ino_t * data, in dtSearch()
581 struct component_name ciKey; in dtSearch()
815 struct component_name * name, ino_t * fsn, struct btstack * btstack) in dtInsert()
943 struct component_name key = { 0, NULL }; in dtSplitUp()
2078 struct inode *ip, struct component_name * key, ino_t * ino, int flag) in dtDelete()
3287 static int dtCompare(struct component_name * key, /* search key */ in dtCompare()
3363 static int ciCompare(struct component_name * key, /* search key */ in ciCompare()
3472 int ri, struct component_name * key, int flag) in ciGetLeafPrefixKey()
3476 struct component_name lkey; in ciGetLeafPrefixKey()
3477 struct component_name rkey; in ciGetLeafPrefixKey()
3539 struct component_name * key, int flag) in dtGetKey()
3602 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key, in dtInsertEntry()
4217 struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag) in dtModify()