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

/fs/ncpfs/
H A Ddir.c217 int res=0x9c,res2; local
229 res2 = ncp_modify_file_or_subdir_dos_info_path(NCP_SERVER(inode), inode, NULL, DM_ATTRIBUTES, &info);
230 if (res2)
239 res2 = ncp_modify_file_or_subdir_dos_info_path(NCP_SERVER(inode), inode, NULL, DM_ATTRIBUTES, &info);
240 if (res2)
254 int res=0x90,res2; local
266 res2 = ncp_modify_file_or_subdir_dos_info_path(NCP_SERVER(old_inode), old_inode, NULL, DM_ATTRIBUTES, &info);
267 if (!res2)
272 res2 = ncp_modify_file_or_subdir_dos_info_path(NCP_SERVER(new_dir), new_dir, _new_name, DM_ATTRIBUTES, &info);
273 if (!res2)
[all...]
/fs/
H A Daio.c1001 void aio_complete(struct kiocb *iocb, long res, long res2) argument
1051 event->res2 = res2;
1058 res, res2);

Completed in 19 milliseconds