Searched refs:ST_ATIM_NSEC (Results 1 – 3 of 3) sorted by relevance
38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) macro46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) macro53 #define ST_ATIM_NSEC(stbuf) 0 macro
73 attr->atimensec = ST_ATIM_NSEC(stbuf); in convert_stat()
2881 tv[0].tv_nsec = ST_ATIM_NSEC(attr); in fuse_lib_setattr()