Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_disk.h204 __u64 lcd_last_xid; /* xid for the last transaction */ member
296 lcd->lcd_last_xid = le64_to_cpu(buf->lcd_last_xid); in lcd_le_to_cpu()
316 buf->lcd_last_xid = cpu_to_le64(lcd->lcd_last_xid); in lcd_cpu_to_le()
337 static inline __u64 lcd_last_xid(struct lsd_client_data *lcd) in lcd_last_xid() function
339 return (lcd->lcd_last_xid > lcd->lcd_last_close_xid ? in lcd_last_xid()
340 lcd->lcd_last_xid : lcd->lcd_last_close_xid); in lcd_last_xid()