Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_thread.c1176 int entryoffsetinblk; /* offset of ep in fbp's buffer */ in ufs_attr_purge() local
1189 entryoffsetinblk = 0; in ufs_attr_purge()
1212 entryoffsetinblk = 0; in ufs_attr_purge()
1214 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblk); in ufs_attr_purge()
1220 entryoffsetinblk += ep->d_reclen; in ufs_attr_purge()
1248 entryoffsetinblk += ep->d_reclen; in ufs_attr_purge()
H A Dufs_dir.c1026 int entryoffsetinblk; /* offset of ep in fbp's buffer */ in ufs_dircheckforname() local
1239 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()