Searched refs:newInode (Results 1 – 1 of 1) sorted by relevance
666 struct inode *newInode = NULL; in cifs_lookup() local710 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()713 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()723 newInode = NULL; in cifs_lookup()730 newInode = ERR_PTR(rc); in cifs_lookup()735 return d_splice_alias(newInode, direntry); in cifs_lookup()