Lines Matching refs:NCP_FINFO

292 	mutex_lock(&NCP_FINFO(inode)->open_mutex);  in ncp_make_closed()
293 if (atomic_read(&NCP_FINFO(inode)->opened) == 1) { in ncp_make_closed()
294 atomic_set(&NCP_FINFO(inode)->opened, 0); in ncp_make_closed()
295 err = ncp_close_file(NCP_SERVER(inode), NCP_FINFO(inode)->file_handle); in ncp_make_closed()
299 NCP_FINFO(inode)->volNumber, in ncp_make_closed()
300 NCP_FINFO(inode)->dirEntNum, err); in ncp_make_closed()
302 mutex_unlock(&NCP_FINFO(inode)->open_mutex); in ncp_make_closed()
422 __u8 volnum = NCP_FINFO(dir)->volNumber; in ncp_obtain_info()
423 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_obtain_info()
651 __u8 volnum = NCP_FINFO(dir)->volNumber; in ncp_modify_file_or_subdir_dos_info_path()
652 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_modify_file_or_subdir_dos_info_path()
737 volnum = NCP_FINFO(inode)->volNumber; in ncp_del_file_or_subdir2()
738 dirent = NCP_FINFO(inode)->DosDirNum; in ncp_del_file_or_subdir2()
746 __u8 volnum = NCP_FINFO(dir)->volNumber; in ncp_del_file_or_subdir()
747 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_del_file_or_subdir()
788 volnum = NCP_FINFO(dir)->volNumber; in ncp_open_create_file_or_subdir()
789 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_open_create_file_or_subdir()
832 __u8 volnum = NCP_FINFO(dir)->volNumber; in ncp_initialize_search()
833 __le32 dirent = NCP_FINFO(dir)->dirEntNum; in ncp_initialize_search()
913 ncp_add_byte(server, server->name_space[NCP_FINFO(old_dir)->volNumber]); in ncp_RenameNSEntry()
918 ncp_add_byte(server, NCP_FINFO(old_dir)->volNumber); in ncp_RenameNSEntry()
919 ncp_add_dword(server, NCP_FINFO(old_dir)->dirEntNum); in ncp_RenameNSEntry()
924 ncp_add_byte(server, NCP_FINFO(new_dir)->volNumber); in ncp_RenameNSEntry()
925 ncp_add_dword(server, NCP_FINFO(new_dir)->dirEntNum); in ncp_RenameNSEntry()