Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds