Lines Matching defs:name
21 * Given the ID of the parent and the name build a search key.
23 void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, const struct qstr *name)
27 if (name) {
28 hfs_asc2mac(sb, &key->cat.CName, name);
67 u32 parentid, const struct qstr *name)
72 hfs_asc2mac(sb, &rec->thread.CName, name);
91 str->name, cnid, inode->i_nlink);
156 * significant field (compared as unsigned ints). The name field is
181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len,
182 key2->cat.CName.name, key2->cat.CName.len);
210 memcpy(fd->search_key->cat.CName.name, rec.thread.CName.name, len);
228 hfs_dbg(CAT_MOD, "delete_cat: %s,%u\n", str ? str->name : NULL, cnid);
298 cnid, src_dir->i_ino, src_name->name,
299 dst_dir->i_ino, dst_name->name);