Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ntfs/
H A Dlogfile.h254 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart member
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ntfs/
H A Dlogfile.h254 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart member
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ntfs/
H A Dlogfile.h254 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart member
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/include/ntfs-3g/
H A Dlogfile.h271 /* 8*/ leLSN client_restart_lsn;/* LSN at which this client needs to restart
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfsdump_logfile.c429 sle64_to_cpu(lcr->client_restart_lsn), in dump_restart_areas_area()
431 sle64_to_cpu(lcr->client_restart_lsn)); in dump_restart_areas_area()
H A Dntfsrecover.c2766 (long long)sle64_to_cpu(rcli->client_restart_lsn)); in showrest()
2785 rcli->client_restart_lsn)); in showrest()
2813 committed_lsn = sle64_to_cpu(rcli->client_restart_lsn); in dorest()
2851 diff = sle64_to_cpu(rcli->client_restart_lsn) - committed_lsn; in dorest()
2858 committed_lsn = sle64_to_cpu(rcli->client_restart_lsn); in dorest()
3530 if (logr->this_lsn == client.client_restart_lsn) in backward_rcrd()