Home
last modified time | relevance | path

Searched refs:newInode (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/cifs/
Ddir.c768 struct inode *newInode = NULL; in cifs_lookup() local
812 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()
815 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
825 newInode = NULL; in cifs_lookup()
832 newInode = ERR_PTR(rc); in cifs_lookup()
837 return d_splice_alias(newInode, direntry); in cifs_lookup()