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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Ddir.c619 struct inode *newInode = NULL; local
686 rc = cifs_posix_open(full_path, &newInode,
704 rc = cifs_get_inode_info_unix(&newInode, full_path,
707 rc = cifs_get_inode_info(&newInode, full_path, NULL,
710 if ((rc == 0) && (newInode != NULL)) {
715 d_add(direntry, newInode);
725 cfile = cifs_new_fileinfo(newInode, fileHandle, filp,

Completed in 226 milliseconds