Files
kernel_arpi/include/uapi/linux
Jürg Billeter e1fc742e14 fs: add RWF_APPEND
This is the per-I/O equivalent of O_APPEND to support atomic append
operations on any open file.

If a file is opened with O_APPEND, pwrite() ignores the offset and
always appends data to the end of the file. RWF_APPEND enables atomic
append and pwrite() with offset on a single file descriptor.

Signed-off-by: Jürg Billeter <j@bitron.ch>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2018-01-25 19:32:55 -05:00
..
2017-08-31 17:32:38 -04:00
2018-01-25 19:32:55 -05:00
2017-11-08 11:20:49 +09:00
2017-11-16 10:49:00 +09:00
2017-11-11 18:53:16 +09:00