Searched refs:recsize (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | readbuf.c | 315 xdrmem_create(&xdrs, buffer, lbp->bh_lrp->recsize, XDR_FREE); in nfslog_free_buf() 402 lrp->recsize = record_size; in nfslog_read_buffer() 403 next_rec = lbp->next_rec + lrp->recsize; in nfslog_read_buffer() 420 if ((lrp->buffer = malloc(lrp->recsize)) == NULL) { in nfslog_read_buffer() 426 lrp->recsize - BYTES_PER_XDR_UNIT) <= 0) { in nfslog_read_buffer() 456 xdrmem_create(&lrp->xdrs, buffer, lrp->recsize, XDR_DECODE); in nfslog_read_buffer() 642 prp->len = lrp->recsize; in nfslog_ins_last_rec_processed() 870 xdrmem_create(&lrp->xdrs, buffer, lrp->recsize, XDR_FREE); in nfslog_free_logrecord()
|
H A D | nfslogd.h | 139 unsigned int recsize; /* size of this record */ member
|
/titanic_44/usr/src/lib/krb5/kdb/ |
H A D | kdb_log.c | 84 ulog_resize(kdb_hlog_t *ulog, uint32_t ulogentries, int ulogfd, uint_t recsize) in ulog_resize() argument 93 new_block = (recsize / ULOG_BLOCK) + 1; in ulog_resize() 144 uint_t i, recsize; in ulog_add_update() local 166 recsize = sizeof (kdb_ent_header_t) + upd_size; in ulog_add_update() 168 if (recsize > ulog->kdb_block) { in ulog_add_update() 169 if (retval = ulog_resize(ulog, ulogentries, ulogfd, recsize)) { in ulog_add_update()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_restore_writer.c | 85 long recsize, 91 long recsize, 1761 long recsize, in get_humongus_file_header() argument 1769 NDMP_LOG(LOG_DEBUG, "HUGE Record found: %d", recsize); in get_humongus_file_header() 1772 if (recsize == 0) { in get_humongus_file_header() 1782 recsize = RECORDSIZE; in get_humongus_file_header() 1785 if (input_mem(lib, drv, local_commands, name, recsize) != recsize) { in get_humongus_file_header() 1816 long recsize, in get_long_name() argument 1823 NDMP_LOG(LOG_DEBUG, "LONGNAME Record found rs %d bs %d", recsize, in get_long_name() 1830 recsize); in get_long_name() [all …]
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_recsize.ksh | 51 log_must $ZFS set recsize=$rs $origin/clone
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/holes/ |
H A D | holes_sanity.ksh | 37 log_must $ZFS set recsize=$bs $TESTPOOL/$TESTFS
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_log.c | 596 size_t recsize = sizeof (lr_setattr_t); in zfs_log_setattr() local 608 recsize = sizeof (*lr) + ZIL_XVAT_SIZE(xvap->xva_mapsize); in zfs_log_setattr() 611 recsize += fuidp->z_domain_str_sz; in zfs_log_setattr() 613 itx = zil_itx_create(txtype, recsize); in zfs_log_setattr()
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 136 int rval, i, recsize = sizeof (trap_trace_rec_t); in ttrace_walk_step() local 151 ttc->ttc_current = ttc->ttc_limit - recsize; in ttrace_walk_step()
|