Searched refs:ST_MTIM_NSEC (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_misc.h29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) macro
36 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) macro
42 #define ST_MTIM_NSEC(stbuf) 0 macro
H A Dfuse_lowlevel.c79 attr->mtimensec = ST_MTIM_NSEC(stbuf);
H A Dfuse.c1193 tv[1].tv_nsec = ST_MTIM_NSEC(attr);

Completed in 105 milliseconds