Searched refs:ST_MTIM_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.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) do { } while (0) macro
H A Dfuse_lowlevel.c92 ST_MTIM_NSEC_SET(stbuf, attr->mtimensec);

Completed in 88 milliseconds