Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_disk.h347 __u64 lcd_last_xid; /* xid for the last transaction */ member
436 lcd->lcd_last_xid = le64_to_cpu(buf->lcd_last_xid); in lcd_le_to_cpu()
456 buf->lcd_last_xid = cpu_to_le64(lcd->lcd_last_xid); in lcd_cpu_to_le()
477 static inline __u64 lcd_last_xid(struct lsd_client_data *lcd) in lcd_last_xid() function
479 return (lcd->lcd_last_xid > lcd->lcd_last_close_xid ? in lcd_last_xid()
480 lcd->lcd_last_xid : lcd->lcd_last_close_xid); in lcd_last_xid()