Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dfile.c13 #define BLOCKS(size) (((size) + 511) >> 9) macro
45 if (BLOCKS(hpfs_i(inode)->mmu_private) <= file_secno) return 0; in hpfs_bmap()