Home
last modified time | relevance | path

Searched refs:utimens (Results 1 - 9 of 9) sorted by relevance

/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse.h132 * Deprecated, use utimens() instead.
412 int (*utimens) (const char *, const struct timespec tv[2]); member
/third_party/libfuse/example/
H A Dpassthrough_fh.c626 .utimens = xmp_utimens,
H A Dpassthrough.c526 .utimens = xmp_utimens,
/third_party/libfuse/include/
H A Dfuse.h272 * For the truncate, getattr, chmod, chown and utimens
694 int (*utimens) (const char *, const struct timespec tv[2], member
/third_party/libfuse/lib/modules/
H A Dsubdir.c593 .utimens = subdir_utimens,
H A Diconv.c612 .utimens = iconv_utimens,
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse.c944 if (fs->op.utimens) in fuse_fs_utimens()
945 return fs->op.utimens(path, tv); in fuse_fs_utimens()
/third_party/libfuse/lib/
H A Dfuse.c2113 if (fs->op.utimens) { in fuse_fs_utimens()
2116 fuse_log(FUSE_LOG_DEBUG, "utimens[%s] %s %li.%09lu %li.%09lu\n", in fuse_fs_utimens()
2121 return fs->op.utimens(path, tv, fi); in fuse_fs_utimens()
/third_party/ntfs-3g/src/
H A Dntfs-3g.c3968 .utimens = ntfs_fuse_utimens,

Completed in 27 milliseconds