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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c195 int entryoffsetinblock; /* offset of ep in addr's buffer */ local
353 entryoffsetinblock = 0;
365 entryoffsetinblock = 0;
370 entryoffsetinblock = blkoff(dp->i_fs, offset);
371 if (entryoffsetinblock != 0) {
397 entryoffsetinblock = 0;
411 * We have to check the validity of entryoffsetinblock
414 ep = (struct direct *)(fbp->fb_addr + entryoffsetinblock);
415 if ((entryoffsetinblock & 0x3) || ep->d_reclen == 0 ||
417 dirmangled(dp, ep, entryoffsetinblock, offse
2809 dirmangled( struct inode *dp, struct direct *ep, int entryoffsetinblock, off_t offset) argument
[all...]

Completed in 44 milliseconds