Home
last modified time | relevance | path

Searched defs:BP (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsnode.h200 #define NBOFF(BP) ((off_t)(BP)->nb_lblkno * (off_t)(BP)->nb_bufsize) argument
201 #define NBPGVALID(BP, P) NBPGS_GET(&((BP)->nb_valid), (P)) argument
202 #define NBPGDIRTY(BP, P) NBPGS_GET(&((BP)->nb_dirty), (P)) argument
203 #define NBPGVALID_SET(BP, P) NBPGS_SET(&((BP)->nb_valid), (P)) argument
204 #define NBPGDIRTY_SET(BP, P) NBPGS_SET(&((BP)->nb_dirty), (P)) argument
206 #define NBUFSTAMPVALID(BP) ((BP)->nb_timestamp != ~0) argument
207 #define NBUFSTAMPINVALIDATE(BP) ((BP)->nb_timestamp = ~0) argument
209 #define NFS_BUF_MAP(BP) \ argument
279 #define NFS_DIR_BUF_FIRST_DIRENTRY(BP) \ argument
281 #define NFS_DIR_BUF_NVATTR(BP, IDX) \ argument