Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs3/
Drun.c18 #define NTFS3_RUN_MAX_BYTES 0x10000 macro
304 if (run->count >= NTFS3_RUN_MAX_BYTES / sizeof(struct ntfs_run) / 2) in run_truncate_around()
387 WARN_ON(!is_mft && bytes > NTFS3_RUN_MAX_BYTES); in run_add_entry()