The c_open() function
Possibly the most complex function, c_open() performs the following:
- Find the target.
- Analyze the mode flag, and create/truncate as required.
- Bind the OCB and attributes structure.
We'll look at the individual sub-tasks listed above, and then delve into the code walkthrough for the c_open() call itself at the end.
Page updated:
