Searched refs:dl_len (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/cachefs/fsck/ |
H A D | dlog_ck.c | 129 if ((buf.dl_len & 3) == 0) { in dlog_ck() 134 if ((buf.dl_len < sizeof (int)) || in dlog_ck() 135 (buf.dl_len > CFS_DLOG_ENTRY_MAXSIZE)) { in dlog_ck() 142 if ((offset + (off_t)buf.dl_len) > in dlog_ck() 202 offset += buf.dl_len; in dlog_ck() 207 (buf.dl_len != sizeof (struct cfs_dlog_trailer)) || in dlog_ck() 209 ((offset + (off_t)buf.dl_len) != (off_t)statinfo.st_size)) { in dlog_ck() 211 buf.dl_len = sizeof (struct cfs_dlog_trailer); in dlog_ck() 215 if (wrdlog(fd, &buf, buf.dl_len, offset) != 0) { in dlog_ck()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_dlog.c | 435 ASSERT(entp->dl_len <= CFS_DLOG_ENTRY_MAXSIZE); in cachefs_dlog_output() 446 len = entp->dl_len; in cachefs_dlog_output() 452 entp->dl_len = len; in cachefs_dlog_output() 458 len = entp->dl_len; in cachefs_dlog_output() 462 entp->dl_len = len; in cachefs_dlog_output() 473 trail = (struct cfs_dlog_trailer *)((uintptr_t)entp + entp->dl_len); in cachefs_dlog_output() 474 trail->dl_len = sizeof (struct cfs_dlog_trailer); in cachefs_dlog_output() 506 entp->dl_len+trail->dl_len, (offset_t)offset, UIO_SYSSPACE, FSYNC, in cachefs_dlog_output() 513 fscp->fs_dlogoff += entp->dl_len; in cachefs_dlog_output() 640 entp->dl_len = (int)(((uintptr_t)&up->dl_cred + len) - (uintptr_t)entp); in cachefs_dlog_setattr() [all …]
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_logfile.c | 426 if (entp->dl_len & 3) { in logfile_entry() 429 offset, entp->dl_len)); in logfile_entry() 435 if ((entp->dl_len < CFS_DLOG_ENTRY_MINSIZE) || in logfile_entry() 436 (entp->dl_len > CFS_DLOG_ENTRY_MAXSIZE)) { in logfile_entry() 439 entp->dl_len)); in logfile_entry()
|
H A D | cfsd_logelem.c | 3088 logelem_object_p->i_entp->dl_len, in logelem_dump_setattr() 3120 logelem_object_p->i_entp->dl_len, in logelem_dump_setsecattr() 3154 logelem_object_p->i_entp->dl_len, in logelem_dump_create() 3195 logelem_object_p->i_entp->dl_len, in logelem_dump_remove() 3228 logelem_object_p->i_entp->dl_len, in logelem_dump_rmdir() 3255 logelem_object_p->i_entp->dl_len, in logelem_dump_mkdir() 3284 logelem_object_p->i_entp->dl_len, in logelem_dump_link() 3316 logelem_object_p->i_entp->dl_len, in logelem_dump_symlink() 3346 logelem_object_p->i_entp->dl_len, in logelem_dump_rename() 3389 logelem_object_p->i_entp->dl_len, in logelem_dump_modified()
|
H A D | cfsd_fscache.c | 1031 next_offset += entp->dl_len; in fscache_roll() 1159 next_offset += entp->dl_len; in fscache_roll()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_as.h | 51 uint_t dl_len; /* number of valid instructions */ member
|
H A D | dt_as.c | 69 dlp->dl_len++; /* don't count forward refs in instr count */ in dt_irlist_append() 272 dp->dtdo_buf = dt_alloc(dtp, sizeof (dif_instr_t) * dlp->dl_len); in dt_as() 315 assert(i == dlp->dl_len); in dt_as() 316 dp->dtdo_len = dlp->dl_len; in dt_as()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | cachefs_dlog.h | 228 int dl_len; /* length of this record */ \
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 479 uint32_t dl_len; member 1769 uint32_t dl_len; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 2635 mb->un.varLdSM.dl_len = DlByteCount; in emlxs_format_prog_flash() 5387 mb->un.varLdArea.dl_len = DlByteCount; in emlxs_format_load_area_cmd()
|