Lines Matching refs:str
42 u32 parent, struct qstr *str) in hfsplus_cat_build_key() argument
47 if (str) { in hfsplus_cat_build_key()
49 str->name, str->len); in hfsplus_cat_build_key()
166 u32 parentid, struct qstr *str) in hfsplus_fill_cat_thread() argument
172 str->name, str->len); in hfsplus_fill_cat_thread()
207 struct qstr *str, struct inode *inode) in hfsplus_create_cat() argument
216 str->name, cnid, inode->i_nlink); in hfsplus_create_cat()
225 dir->i_ino, str); in hfsplus_create_cat()
236 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_create_cat()
265 int hfsplus_delete_cat(u32 cnid, struct inode *dir, struct qstr *str) in hfsplus_delete_cat() argument
274 hfs_dbg(CAT_MOD, "delete_cat: %s,%u\n", str ? str->name : NULL, cnid); in hfsplus_delete_cat()
279 if (!str) { in hfsplus_delete_cat()
298 hfsplus_cat_build_key(sb, fd.search_key, dir->i_ino, str); in hfsplus_delete_cat()