Function file_stat_fput

Source
pub unsafe fn file_stat_fput(
    fd_: fd,
    buf_: *const filestat,
    flags_: fsflags,
) -> errno
Expand description

Adjusts attributes of a file by file descriptor.

ยงParameters

fd: The file descriptor whose attributes have to be adjusted.

buf: The desired values of the file attributes that are adjusted.

flags: A bitmask indicating which attributes have to be adjusted.