Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfsnode.h195 #define NBPGS_GET(NFSBP, P) ((NFSBP)->pages[((P)/NBPGS_ELEMENT_PAGES)] & (1LLU << ((P) … macro
201 #define NBPGVALID(BP, P) NBPGS_GET(&((BP)->nb_valid), (P))
202 #define NBPGDIRTY(BP, P) NBPGS_GET(&((BP)->nb_dirty), (P))