Home
last modified time | relevance | path

Searched refs:ST_ATIM_NSEC (Results 1 - 6 of 6) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
34 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
40 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec) macro
46 #define ST_ATIM_NSEC(stbuf) 0 macro
H A Dfuse_lowlevel.c94 attr->atimensec = ST_ATIM_NSEC(stbuf); in convert_stat()
H A Dfuse.c1477 tv[0].tv_nsec = ST_ATIM_NSEC(attr); in fuse_lib_setattr()
/third_party/libfuse/lib/
H A Dfuse_misc.h30 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro
38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro
45 #define ST_ATIM_NSEC(stbuf) 0 macro
H A Dfuse_lowlevel.c72 attr->atimensec = ST_ATIM_NSEC(stbuf); in convert_stat()
H A Dfuse.c2828 tv[0].tv_nsec = ST_ATIM_NSEC(attr); in fuse_lib_setattr()

Completed in 18 milliseconds