Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Ddir.c213 struct inode *newinode = NULL; local
235 rc = cifs_posix_open(full_path, &newinode, dir->i_sb, mode,
239 if (newinode == NULL) {
244 if (S_ISDIR(newinode->i_mode)) {
246 iput(newinode);
250 if (!S_ISREG(newinode->i_mode)) {
427 rc = cifs_get_inode_info_unix(&newinode, full_path, dir->i_sb,
434 rc = cifs_get_inode_info(&newinode, full_path, buf, dir->i_sb, xid, fid);
435 if (newinode) {
437 server->ops->set_lease_key(newinode, fid);
[all …]
H A Dlink.c549 struct inode *newinode = NULL; local
629 rc = smb311_posix_get_inode_info(&newinode, full_path,
632 rc = cifs_get_inode_info_unix(&newinode, full_path,
635 rc = cifs_get_inode_info(&newinode, full_path, NULL,
643 d_instantiate(direntry, newinode);
H A Dinode.c2197 struct inode *newinode = NULL; local
2228 newinode = cifs_iget(inode->i_sb, &fattr);
2229 if (!newinode)
2232 d_instantiate(dentry, newinode);
2236 dentry, dentry, newinode);
2238 if (newinode->i_nlink != 2)
2240 newinode->i_nlink);
H A Dsmb1ops.c1289 struct inode *newinode = NULL; in cifs_make_node() local
1317 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
1321 d_instantiate(dentry, newinode); in cifs_make_node()
/linux/fs/overlayfs/
H A Doverlayfs.h842 struct inode *newinode; member