Lines Matching refs:str
81 struct qstr str; in hfsplus_lookup() local
95 str.len = sprintf(name, "iNode%d", linkid); in hfsplus_lookup()
96 str.name = name; in hfsplus_lookup()
99 &str); in hfsplus_lookup()
273 struct qstr str; in hfsplus_link() local
288 str.name = name; in hfsplus_link()
289 str.len = sprintf(name, "iNode%d", id); in hfsplus_link()
292 sbi->hidden_dir, &str); in hfsplus_link()
329 struct qstr str; in hfsplus_unlink() local
341 str.name = name; in hfsplus_unlink()
342 str.len = sprintf(name, "temp%lu", inode->i_ino); in hfsplus_unlink()
345 sbi->hidden_dir, &str); in hfsplus_unlink()