fuse_operations.utimens

Change the access and modification times of a file with nanosecond resolution

This supersedes the old utime() interface. New applications should use this.

See the utimensat(2) man page for details.

Introduced in version 2.6

struct fuse_operations
int function(const char*, const ref timespec[2]) utimens;

Meta