Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Ddir.c635 struct inode *newInode = NULL; local
684 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
686 rc = cifs_get_inode_info_unix(&newInode, full_path,
689 rc = cifs_get_inode_info(&newInode, full_path, NULL,
701 newInode = NULL;
708 newInode = ERR_PTR(rc);
713 return d_splice_alias(newInode, direntry);