Home
last modified time | relevance | path

Searched refs:ST_ATIM_NSEC_SET (Results 1 - 4 of 4) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_misc.h30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) macro
37 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) macro
43 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimensec = (val) macro
49 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0) macro
H A Dfuse_lowlevel.c110 ST_ATIM_NSEC_SET(stbuf, attr->atimensec); in convert_attr()
/third_party/libfuse/lib/
H A Dfuse_misc.h33 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) macro
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) macro
48 #define ST_ATIM_NSEC_SET(stbuf, val) do { } while (0) macro
H A Dfuse_lowlevel.c86 ST_ATIM_NSEC_SET(stbuf, attr->atimensec); in convert_attr()

Completed in 9 milliseconds