Searched refs:newInode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | dir.c | 661 struct inode *newInode = NULL; in cifs_lookup() local 705 rc = smb311_posix_get_inode_info(&newInode, full_path, parent_dir_inode->i_sb, xid); in cifs_lookup() 707 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup() 710 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup() 720 newInode = NULL; in cifs_lookup() 727 newInode = ERR_PTR(rc); in cifs_lookup() 732 return d_splice_alias(newInode, direntry); in cifs_lookup()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | dir.c | 635 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);
|
Completed in 3 milliseconds