Home
last modified time | relevance | path

Searched refs:stable_ctime_nsec (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_trace.h761 __field(uint64_t, stable_ctime_nsec)
780 __entry->stable_ctime_nsec = resp ? resp->stable_ctime_nsec : 0;
789 __entry->stable_ctime_nsec)
Dhmdfs_server.c361 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()
Dhmdfs_client.c69 open_ret->stable_ctime.tv_nsec = le32_to_cpu(resp->stable_ctime_nsec); in hmdfs_send_open()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dprotocol.h211 __le32 stable_ctime_nsec; member