Lines Matching refs:NCP_FINFO

64 	kmem_cache_free(ncp_inode_cachep, NCP_FINFO(inode));  in ncp_i_callback()
126 NCP_FINFO(inode)->DosDirNum = nwinfo->i.DosDirNum; in ncp_update_dirent()
127 NCP_FINFO(inode)->dirEntNum = nwinfo->i.dirEntNum; in ncp_update_dirent()
128 NCP_FINFO(inode)->volNumber = nwinfo->volume; in ncp_update_dirent()
134 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode()
135 NCP_FINFO(inode)->access = nwinfo->access; in ncp_update_inode()
136 memcpy(NCP_FINFO(inode)->file_handle, nwinfo->file_handle, in ncp_update_inode()
139 nwinfo->i.entryName, NCP_FINFO(inode)->volNumber, in ncp_update_inode()
140 NCP_FINFO(inode)->dirEntNum); in ncp_update_inode()
187 NCP_FINFO(inode)->flags |= NCPI_KLUDGE_SYMLINK; in ncp_update_attrs()
213 NCP_FINFO(inode)->flags = 0; in ncp_update_inode2()
214 if (!atomic_read(&NCP_FINFO(inode)->opened)) { in ncp_update_inode2()
215 NCP_FINFO(inode)->nwattr = nwinfo->i.attributes; in ncp_update_inode2()
230 NCP_FINFO(inode)->flags = 0; in ncp_set_attr()
268 atomic_set(&NCP_FINFO(inode)->opened, info->opened); in ncp_iget()
721 ncp_dbg(1, "root vol=%d\n", NCP_FINFO(root_inode)->volNumber); in ncp_fill_super()
819 ni = NCP_FINFO(i); in ncp_statfs()
934 if (ncp_is_nfs_extras(server, NCP_FINFO(inode)->volNumber)) { in ncp_notify_change()
936 NCP_FINFO(inode)->volNumber, in ncp_notify_change()
937 NCP_FINFO(inode)->dirEntNum, in ncp_notify_change()
968 ncp_write_kernel(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle, in ncp_notify_change()
1015 NCP_FINFO(inode)->nwattr = info.attributes; in ncp_notify_change()