Searched refs:entryoffsetinblk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c1174 int entryoffsetinblk; /* offset of ep in fbp's buffer */ local
1187 entryoffsetinblk = 0;
1210 entryoffsetinblk = 0;
1212 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk);
1218 entryoffsetinblk += ep->d_reclen;
1246 entryoffsetinblk += ep->d_reclen;
H A Dufs_dir.c1026 int entryoffsetinblk; /* offset of ep in fbp's buffer */ local
1239 entryoffsetinblk = 0;
1259 entryoffsetinblk = 0;
1267 (entryoffsetinblk & (DIRBLKSIZ - 1)) == 0) {
1281 * entryoffsetinblk here because it starts out as zero
1285 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk);
1288 dirmangled(tdp, ep, entryoffsetinblk, offset)) {
1289 i = DIRBLKSIZ - (entryoffsetinblk & (DIRBLKSIZ - 1));
1291 entryoffsetinblk += i;
1393 entryoffsetinblk
[all...]

Completed in 63 milliseconds