Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c252 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local
640 for (lsn = 0; lsn < dir + (fat == 32 ? bpb.bpbSecPerClust : rds); lsn++) { in mkfs_msdos()
643 fname, lsn, in mkfs_msdos()
645 (lsn * 100) / (dir + in mkfs_msdos()
649 x = lsn; in mkfs_msdos()
670 if (!lsn || in mkfs_msdos()
672 lsn == bpb.bpbBackup)) { in mkfs_msdos()
726 (lsn in mkfs_msdos()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dlogfile.h451 leLSN lsn; member
463 leLSN lsn; member
H A Dlayout.h352 /* 8*/ leLSN lsn; /* $LogFile sequence number for this record. member
427 /* 8*/ leLSN lsn; /* $LogFile sequence number for this record. member
2159 /* 8*/ leLSN lsn; /* $LogFile sequence number of the last member
/third_party/ntfs-3g/libntfs-3g/
H A Dlogfile.c353 * @lsn: [OUT] set to the current logfile lsn on success
366 * Similarly, if @lsn is not NULL, on success *@lsn will be set to the current
367 * logfile lsn according to this restart page. On failure, *@lsn is undefined.
376 LSN *lsn) in ntfs_check_and_load_restart_page()
459 if (lsn) { in ntfs_check_and_load_restart_page()
461 *lsn = sle64_to_cpu(ra->current_lsn); in ntfs_check_and_load_restart_page()
463 *lsn in ntfs_check_and_load_restart_page()
374 ntfs_check_and_load_restart_page(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) ntfs_check_and_load_restart_page() argument
[all...]
H A Dindex.c921 ib->lsn = const_cpu_to_sle64(0); in ntfs_ib_alloc()
H A Dmft.c444 mrec->lsn = const_cpu_to_sle64(0ll); in ntfs_mft_record_layout()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsrecover.h103 u64 lsn; member
H A Dplaylog.c86 #define older_record(rec, logr) ((s64)(sle64_to_cpu((rec)->lsn) \
89 #define newer_record(rec, logr) ((s64)(sle64_to_cpu((rec)->lsn) \
646 printf("update inode %ld lsn 0x%llx" in write_protected()
649 (long long)sle64_to_cpu(record->lsn), in write_protected()
650 ((s64)(sle64_to_cpu(record->lsn) in write_protected()
659 /* Should set to some previous lsn for undos */ in write_protected()
661 record->lsn = logr->this_lsn; in write_protected()
672 printf("update index lsn 0x%llx" in write_protected()
674 (long long)sle64_to_cpu(indx->lsn), in write_protected()
675 ((s64)(sle64_to_cpu(indx->lsn) in write_protected()
1991 u64 lsn; redo_compensate() local
[all...]
H A Dntfsmftalloc.c231 ntfs_log_info("$LogFile sequence number (lsn) = %llu\n", in dump_mft_record()
232 (unsigned long long)sle64_to_cpu(m->lsn)); in dump_mft_record()
H A Dntfsrecover.c51 #define SHOWLISTS 10 /* max lcn or lsn shown in a list */
141 u64 offset_mask; /* block number in an lsn */
504 static const char *commitment(u64 lsn) in commitment() argument
509 /* Computations assume lsn could wraparound, they probably never do */ in commitment()
510 diff = lsn - synced_lsn; in commitment()
514 diff = lsn - committed_lsn; in commitment()
518 /* may find lsn from older session */ in commitment()
519 diff = lsn - latest_lsn; in commitment()
1134 * its lsn will indicate whether it is stale. in findprevious()
1184 pa->lsn in copy_attribute()
[all...]
H A Dntfstruncate.c642 printf("$LogFile sequence number (lsn) = %llu\n", in dump_mft_record()
643 (unsigned long long)sle64_to_cpu(m->lsn)); in dump_mft_record()
H A Dntfsinfo.c1888 (unsigned long long)sle64_to_cpu(mrec->lsn)); in ntfs_dump_usa_lsn()
H A Dmkntfs.c2501 ia_val->lsn = const_cpu_to_sle64(0); in upgrade_to_large_index()

Completed in 28 milliseconds