Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ntfs/
H A Dlogfile.h32 * modifying the oldest_lsn to a higher value presumably) and writing begins
252 /* 0*/ leLSN oldest_lsn; /* Oldest LSN needed by this client. On create member
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlogfile.h32 * modifying the oldest_lsn to a higher value presumably) and writing begins
252 /* 0*/ leLSN oldest_lsn; /* Oldest LSN needed by this client. On create member
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c41 __le64 oldest_lsn; member
155 __le64 oldest_lsn; // 0x18: member
413 __le16 next_client, u64 *oldest_lsn) in oldest_client_lsn()
417 u64 lsn = le64_to_cpu(cr->oldest_lsn); in oldest_client_lsn()
420 if (lsn && lsn < *oldest_lsn) in oldest_client_lsn()
421 *oldest_lsn = lsn; in oldest_client_lsn()
1036 u64 oldest_lsn; member
1086 return lsn >= log->oldest_lsn && in is_lsn_in_file()
1119 return lsn >= le64_to_cpu(client->oldest_lsn) && in verify_client_lsn()
1320 log->oldest_lsn in log_create()
412 oldest_client_lsn(const struct CLIENT_REC *ca, __le16 next_client, u64 *oldest_lsn) oldest_client_lsn() argument
[all...]

Completed in 6 milliseconds