Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dlink.c540 struct inode *newinode = NULL; local
620 rc = smb311_posix_get_inode_info(&newinode, full_path,
623 rc = cifs_get_inode_info_unix(&newinode, full_path,
626 rc = cifs_get_inode_info(&newinode, full_path, NULL,
634 d_instantiate(direntry, newinode);
/linux/fs/overlayfs/
H A Dinode.c1200 static struct inode *ovl_iget5(struct super_block *sb, struct inode *newinode, in ovl_iget5() argument
1203 return newinode ? inode_insert5(newinode, (unsigned long) key, in ovl_iget5()
1227 int err = oip->newinode ? -EEXIST : -ENOMEM; in ovl_get_inode()
1242 inode = ovl_iget5(sb, oip->newinode, key); in ovl_get_inode()