Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Ddir.c767 struct inode *newInode = NULL; in cifs_lookup() local
811 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()
814 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
824 newInode = NULL; in cifs_lookup()
831 newInode = ERR_PTR(rc); in cifs_lookup()
836 return d_splice_alias(newInode, direntry); in cifs_lookup()