Lines Matching refs:str
82 struct qstr str; in hfsplus_lookup() local
96 str.len = sprintf(name, "iNode%d", linkid); in hfsplus_lookup()
97 str.name = name; in hfsplus_lookup()
100 &str); in hfsplus_lookup()
274 struct qstr str; in hfsplus_link() local
289 str.name = name; in hfsplus_link()
290 str.len = sprintf(name, "iNode%d", id); in hfsplus_link()
293 sbi->hidden_dir, &str); in hfsplus_link()
330 struct qstr str; in hfsplus_unlink() local
342 str.name = name; in hfsplus_unlink()
343 str.len = sprintf(name, "temp%lu", inode->i_ino); in hfsplus_unlink()
346 sbi->hidden_dir, &str); in hfsplus_unlink()