Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Drun.c970 lcn = SPARSE_LCN64; in run_unpack()
1003 if (lcn != SPARSE_LCN64 && lcn + len > sbi->used.bitmap.nbits) { in run_unpack()
1015 if (lcn != SPARSE_LCN64) in run_unpack()
Dntfs.h80 #define SPARSE_LCN64 ((u64)-1) macro