Lines Matching refs:str
44 hfsplus_btree_key *key, u32 parent, const struct qstr *str)
50 str->name, str->len);
178 u32 parentid, const struct qstr *str)
186 str->name, str->len);
254 const struct qstr *str, struct inode *inode)
263 str->name, cnid, inode->i_nlink);
280 dir->i_ino, str);
296 err = hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str);
330 int hfsplus_delete_cat(u32 cnid, struct inode *dir, const struct qstr *str)
339 hfs_dbg(CAT_MOD, "delete_cat: %s,%u\n", str ? str->name : NULL, cnid);
352 if (!str) {
371 err = hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str);