Home
last modified time | relevance | path

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

/fs/smb/client/
A Ddir.c682 struct inode *newInode = NULL; local
731 rc = smb311_posix_get_inode_info(&newInode, full_path, NULL,
734 rc = cifs_get_inode_info_unix(&newInode, full_path,
737 rc = cifs_get_inode_info(&newInode, full_path, NULL,
749 newInode = NULL;
756 newInode = ERR_PTR(rc);
761 return d_splice_alias(newInode, direntry);

Completed in 5 milliseconds