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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/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) do { } while (0) macro
H A Dfuse_lowlevel.c91 ST_ATIM_NSEC_SET(stbuf, attr->atimensec);

Completed in 42 milliseconds