Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dmft.c24 #define MAX_BHS (PAGE_SIZE / NTFS_BLOCK_SIZE) macro
460 struct buffer_head *bhs[MAX_BHS]; in ntfs_sync_mft_mirror()
470 if (WARN_ON(max_bhs > MAX_BHS)) in ntfs_sync_mft_mirror()
667 struct buffer_head *bhs[MAX_BHS]; in write_mft_record_nolock()
677 if (WARN_ON(max_bhs > MAX_BHS)) { in write_mft_record_nolock()