Searched refs:sl_offset (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/pcfs/ |
H A D | pc_dir.c | 113 slot.sl_blkno, slot.sl_offset, slot.sl_ep); in pc_dirlook() 176 pc_getnode(fsp, slot.sl_blkno, slot.sl_offset, in pc_direnter() 414 slot.sl_blkno, slot.sl_offset, slot.sl_ep); in pc_dirremove() 594 slot.sl_blkno, slot.sl_offset, slot.sl_ep); in pc_rename() 639 slot.sl_blkno, slot.sl_offset, slot.sl_ep); in pc_rename() 938 slotp->sl_offset = (int)offset; in pc_findentry() 952 slotp->sl_offset = boff; in pc_findentry() 1126 slotp->sl_offset = pc_blkoff(fsp, *offset); in pc_match_long_fn() 1182 slotp->sl_offset = boff; in pc_match_short_fn()
|
/titanic_50/usr/src/cmd/backup/dump/ |
H A D | dumptape.c | 101 int sl_offset; /* logical blocks written for object */ member 307 chkpt.sl_offset = 0; /* start at offset 0 */ in alloctape() 350 chkpt.sl_offset = 0; /* start at offset 0 */ in reset() 923 pos = chkpt.sl_offset; in rollforward() 2179 chkpt.sl_offset = 0; in dowrite() 2188 chkpt.sl_offset++; in dowrite() 2199 chkpt.sl_offset++; in dowrite() 2261 chkpt.sl_offset = 0; in checkpoint() 2264 chkpt.sl_offset = 0; in checkpoint() 2355 msg(" written %u\n", chkpt.sl_offset); in checkpoint()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | pc_dir.h | 238 int sl_offset; /* offset of entry within block */ member
|