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()
165 u32 parentid, struct qstr *str) in hfsplus_fill_cat_thread() argument
170 hfsplus_asc2uni(sb, &entry->thread.nodeName, str->name, str->len); in hfsplus_fill_cat_thread()
205 struct qstr *str, struct inode *inode) in hfsplus_create_cat() argument
214 str->name, cnid, inode->i_nlink); in hfsplus_create_cat()
223 dir->i_ino, str); in hfsplus_create_cat()
234 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_create_cat()
263 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat() argument
273 str ? str->name : NULL, cnid); in hfsplus_delete_cat()
278 if (!str) { in hfsplus_delete_cat()
297 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_delete_cat()