Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/trace/beauty/
Dstatx.c66 P_FLAG(BLOCKS); in syscall_arg__scnprintf_statx_mask()
/linux-5.19.10/fs/hpfs/
Dfile.c15 #define BLOCKS(size) (((size) + 511) >> 9) macro
47 if (BLOCKS(hpfs_i(inode)->mmu_private) <= file_secno) return 0; in hpfs_bmap()