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

/linux-master/fs/ntfs3/
H A Dfslog.c1079 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) argument
1081 return (off >> 3) + (Seq << log->file_data_bits);

Completed in 125 milliseconds