Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddir.c750 struct inode *newInode = NULL; local
821 rc = smb311_posix_get_inode_info(&newInode, full_path, NULL,
824 rc = cifs_get_inode_info_unix(&newInode, full_path,
827 rc = cifs_get_inode_info(&newInode, full_path, NULL,
839 newInode = NULL;
846 newInode = ERR_PTR(rc);
850 de = d_splice_alias(newInode, direntry);