Augustin Cavalier 22b7491d3c kernel/fs: Reorder fd_ops and add readv/writev hooks.
* Put close/free at the beginning since all FDs must implement that.
   (Most of the function declarations inline were already in this order.)

 * Add readv/writev hooks. Not used yet, but this will allow for
   more than just files to implement them. All declarations updated
   to have NULL for the hooks for the moment.
2024-07-23 16:55:30 -04:00
..
2023-10-06 20:38:24 +00:00
2022-02-18 21:27:06 +00:00
2022-08-17 19:23:51 +00:00
2024-06-10 16:34:25 +00:00
2023-06-29 21:04:40 -04:00
2021-08-27 19:02:20 -04:00
2021-06-19 18:09:25 +00:00