Searched refs:new_length (Results 1 – 3 of 3) sorted by relevance
694 size_t new_length; in bpool_withdraw() local696 new_length = (request_size > DEFAULT_BUF_SZ) ? in bpool_withdraw()704 new_length, request_size, rc)); in bpool_withdraw()710 if (new_length > node->abq_buf_len) { in bpool_withdraw()711 node = realloc(node, AUDIT_REC_HEADER + new_length); in bpool_withdraw()729 node = malloc(AUDIT_REC_HEADER + new_length); in bpool_withdraw()741 assert(request_size <= new_length); in bpool_withdraw()745 node->abq_buf_len = new_length; in bpool_withdraw()
58 int length, new_length; in gssint_get_der_length() local93 new_length = (length << 8) + *p++; in gssint_get_der_length()94 if (new_length < length) /* overflow */ in gssint_get_der_length()96 length = new_length; in gssint_get_der_length()
1253 truncino(fsck_ino_t ino, offset_t new_length, int update) in truncino() argument1303 mark_delayed_inodes(ino, numfrags(&sblock, new_length)); in truncino()1346 idesc.id_truncto = howmany(new_length, sblock.fs_bsize); in truncino()1358 dp->di_size = new_length; in truncino()