Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Drun.c973 lcn = SPARSE_LCN64; in run_unpack()
1006 if (lcn != SPARSE_LCN64 && lcn + len > sbi->used.bitmap.nbits) { in run_unpack()
1018 if (lcn != SPARSE_LCN64) in run_unpack()
H A Dntfs.h80 #define SPARSE_LCN64 ((u64)-1) macro