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