Searched defs:TRUNC_SECTOR (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/ews4800mips/include/ | ||
H A D | sector.h | 44 #define TRUNC_SECTOR(x) ((x) & ~511) macro |
/netbsd-src/sys/fs/sysvbfs/ | ||
H A D | bfs.c | 68 #define TRUNC_SECTOR(x) ((x) & ~511) macro |