Home
last modified time | relevance | path

Searched refs:in_tsp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h241 #define CACHEFS_TS_TO_TS32_COPY(in_tsp, out_tsp, error) \ argument
242 (out_tsp)->tv_nsec = (in_tsp)->tv_nsec; \
243 CACHEFS_TIME_TO_TIME32_COPY((in_tsp)->tv_sec, (out_tsp)->tv_sec, error)
245 #define CACHEFS_TS32_TO_TS_COPY(in_tsp, out_tsp) \ argument
246 (out_tsp)->tv_nsec = (in_tsp)->tv_nsec; \
247 CACHEFS_TIME32_TO_TIME_COPY((in_tsp)->tv_sec, (out_tsp)->tv_sec)
329 #define CACHEFS_TS_TO_TS32_COPY(in_tsp, out_tsp, error) \ argument
330 *(out_tsp) = *(in_tsp)
332 #define CACHEFS_TS32_TO_TS_COPY(in_tsp, out_tsp) \ argument
333 *(out_tsp) = *(in_tsp)
[all …]
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_dlog.c80 #define CACHEFS_DLOG_TS_COPY(in_tsp, out_tsp, str, str1) \ argument
83 CACHEFS_TS_TO_CFS_TS_COPY(in_tsp, out_tsp, ovferr); \
134 #define CACHEFS_DLOG_TS_COPY(in_tsp, out_tsp, str, str1) \ argument
135 CACHEFS_TS_TO_CFS_TS_COPY(in_tsp, out_tsp, error)