Home
last modified time | relevance | path

Searched refs:ST_MTIM_NSEC_SET (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dfuse_misc.h31 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) macro
38 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) macro
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val) macro
50 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) macro
Dfuse_lowlevel.c111 ST_MTIM_NSEC_SET(stbuf, attr->mtimensec); in convert_attr()
/third_party/libfuse/lib/
Dfuse_misc.h35 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) macro
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) macro
50 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) macro
Dfuse_lowlevel.c87 ST_MTIM_NSEC_SET(stbuf, attr->mtimensec); in convert_attr()