Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddir.c681 struct inode *newInode = NULL; local
752 rc = smb311_posix_get_inode_info(&newInode, full_path, NULL,
755 rc = cifs_get_inode_info_unix(&newInode, full_path,
758 rc = cifs_get_inode_info(&newInode, full_path, NULL,
770 newInode = NULL;
777 newInode = ERR_PTR(rc);
781 de = d_splice_alias(newInode, direntry);