Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Ddir.c625 struct inode *newInode = NULL; local
674 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid);
676 rc = cifs_get_inode_info_unix(&newInode, full_path,
679 rc = cifs_get_inode_info(&newInode, full_path, NULL,
691 newInode = NULL;
698 newInode = ERR_PTR(rc);
703 return d_splice_alias(newInode, direntry);