Searched refs:ST_ATIM_NSEC (Results 1 – 3 of 3) sorted by relevance
27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro34 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro40 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec) macro46 #define ST_ATIM_NSEC(stbuf) 0 macro
94 attr->atimensec = ST_ATIM_NSEC(stbuf); in convert_stat()
1477 tv[0].tv_nsec = ST_ATIM_NSEC(attr); in fuse_lib_setattr()