Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Ddir.c657 struct inode *newInode = NULL; local
706 rc = smb311_posix_get_inode_info(&newInode, full_path, NULL,
709 rc = cifs_get_inode_info_unix(&newInode, full_path,
712 rc = cifs_get_inode_info(&newInode, full_path, NULL,
724 newInode = NULL;
731 newInode = ERR_PTR(rc);
736 return d_splice_alias(newInode, direntry);