Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Ddir.c666 struct inode *newInode = NULL; in cifs_lookup() local
710 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()