Lines Matching refs:str
42 u32 parent, struct qstr *str) in hfsplus_cat_build_key() argument
47 if (str) { in hfsplus_cat_build_key()
48 hfsplus_asc2uni(sb, &key->cat.name, str->name, str->len); in hfsplus_cat_build_key()
143 u32 parentid, struct qstr *str) in hfsplus_fill_cat_thread() argument
148 hfsplus_asc2uni(sb, &entry->thread.nodeName, str->name, str->len); in hfsplus_fill_cat_thread()
181 int hfsplus_create_cat(u32 cnid, struct inode *dir, struct qstr *str, struct inode *inode) in hfsplus_create_cat() argument
189 dprint(DBG_CAT_MOD, "create_cat: %s,%u(%d)\n", str->name, cnid, inode->i_nlink); in hfsplus_create_cat()
196 dir->i_ino, str); in hfsplus_create_cat()
207 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_create_cat()
235 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat() argument
244 dprint(DBG_CAT_MOD, "delete_cat: %s,%u\n", str ? str->name : NULL, cnid); in hfsplus_delete_cat()
248 if (!str) { in hfsplus_delete_cat()
263 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_delete_cat()