Lines Matching refs:bnp
142 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, u_long *bop)
153 if (bnp)
154 *bnp = bn;
170 * bnp - address of where to place the file system relative block number.
175 * NOTE: Either bnp or cnp must be non-null.
184 daddr_t *bnp, /* returned filesys rel sector number */
206 if (bnp == NULL && cnp == NULL && sp == NULL)
226 if (bnp)
227 *bnp = pmp->pm_rootdirblk + de_cn2bn(pmp, findcn);
325 if (bnp)
326 *bnp = cntobn(pmp, cn);