Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Ddir.c716 struct inode *newInode = NULL; in cifs_lookup() local
756 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()
759 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
763 if ((rc == 0) && (newInode != NULL)) { in cifs_lookup()
764 d_add(direntry, newInode); in cifs_lookup()