Searched refs:newinode (Results 1 – 3 of 3) sorted by relevance
/linux/fs/smb/client/ |
H A D | dir.c | 188 struct inode *newinode = NULL; local 212 rc = cifs_posix_open(full_path, &newinode, inode->i_sb, mode, 216 if (newinode == NULL) { 221 if (S_ISDIR(newinode->i_mode)) { 223 iput(newinode); 228 if (!S_ISREG(newinode->i_mode)) { 377 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, 384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid); 385 if (newinode) { 387 server->ops->set_lease_key(newinode, fid); [all …]
|
H A D | link.c | 577 struct inode *newinode = NULL; local 627 rc = smb311_posix_get_inode_info(&newinode, full_path, 630 rc = cifs_get_inode_info_unix(&newinode, full_path, 633 rc = cifs_get_inode_info(&newinode, full_path, NULL, 641 d_instantiate(direntry, newinode);
|
/linux/fs/overlayfs/ |
H A D | dir.c | 268 .newinode = inode, in ovl_instantiate() 290 if (inode == oip.newinode) in ovl_instantiate() 302 if (inode != oip.newinode) { in ovl_instantiate()
|