Searched refs:entryoffsetinblk (Results 1 – 2 of 2) sorted by relevance
1174 int entryoffsetinblk; /* offset of ep in fbp's buffer */ in ufs_attr_purge() local1187 entryoffsetinblk = 0; in ufs_attr_purge()1210 entryoffsetinblk = 0; in ufs_attr_purge()1212 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk); in ufs_attr_purge()1218 entryoffsetinblk += ep->d_reclen; in ufs_attr_purge()1246 entryoffsetinblk += ep->d_reclen; in ufs_attr_purge()
1026 int entryoffsetinblk; /* offset of ep in fbp's buffer */ in ufs_dircheckforname() local1239 entryoffsetinblk = 0; in ufs_dircheckforname()1259 entryoffsetinblk = 0; in ufs_dircheckforname()1267 (entryoffsetinblk & (DIRBLKSIZ - 1)) == 0) { in ufs_dircheckforname()1285 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk); in ufs_dircheckforname()1288 dirmangled(tdp, ep, entryoffsetinblk, offset)) { in ufs_dircheckforname()1289 i = DIRBLKSIZ - (entryoffsetinblk & (DIRBLKSIZ - 1)); in ufs_dircheckforname()1291 entryoffsetinblk += i; in ufs_dircheckforname()1393 entryoffsetinblk += ep->d_reclen; in ufs_dircheckforname()