Home
last modified time | relevance | path

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

/fs/ntfs3/
Dfslog.c1064 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() argument
1066 return (off >> 3) + (Seq << log->file_data_bits); in vbo_to_lsn()