Searched refs:stable_ctime_nsec (Results 1 – 4 of 4) sorted by relevance
761 __field(uint64_t, stable_ctime_nsec)780 __entry->stable_ctime_nsec = resp ? resp->stable_ctime_nsec : 0;789 __entry->stable_ctime_nsec)
361 resp->stable_ctime_nsec = cpu_to_le32(0); in hmdfs_update_open_response()365 resp->stable_ctime_nsec = resp->ctime_nsec; in hmdfs_update_open_response()368 resp->stable_ctime_nsec = cpu_to_le32(precision.tv_nsec); in hmdfs_update_open_response()
69 open_ret->stable_ctime.tv_nsec = le32_to_cpu(resp->stable_ctime_nsec); in hmdfs_send_open()
211 __le32 stable_ctime_nsec; member