Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_disklabel64.c58 #define PALIGN_MASK (PALIGN_SIZE - 1) macro
489 lp->d_pbase = ((doffset + lp->d_pbase + PALIGN_MASK) & in l64_makevirginlabel()
490 ~(uint64_t)PALIGN_MASK) - doffset; in l64_makevirginlabel()
492 ~(uint64_t)PALIGN_MASK) + lp->d_pbase; in l64_makevirginlabel()