Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dmft.c38 #define MAX_BHS (PAGE_SIZE / NTFS_BLOCK_SIZE) macro
474 struct buffer_head *bhs[MAX_BHS]; in ntfs_sync_mft_mirror()
484 if (WARN_ON(max_bhs > MAX_BHS)) in ntfs_sync_mft_mirror()
681 struct buffer_head *bhs[MAX_BHS]; in write_mft_record_nolock()
691 if (WARN_ON(max_bhs > MAX_BHS)) { in write_mft_record_nolock()