Lines Matching refs:str
87 struct qstr str; in hfsplus_lookup() local
101 str.len = sprintf(name, "iNode%d", linkid); in hfsplus_lookup()
102 str.name = name; in hfsplus_lookup()
105 &str); in hfsplus_lookup()
306 struct qstr str; in hfsplus_link() local
321 str.name = name; in hfsplus_link()
322 str.len = sprintf(name, "iNode%d", id); in hfsplus_link()
325 sbi->hidden_dir, &str); in hfsplus_link()
362 struct qstr str; in hfsplus_unlink() local
374 str.name = name; in hfsplus_unlink()
375 str.len = sprintf(name, "temp%lu", inode->i_ino); in hfsplus_unlink()
378 sbi->hidden_dir, &str); in hfsplus_unlink()