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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.h95 runlist *const runlist, const s64 new_length);
H A Drunlist.c1427 * @new_length: the new length of the runlist in VCNs
1430 * holding the runlist elements to a length of @new_length VCNs.
1432 * If @new_length lies within the runlist, the runlist elements with VCNs of
1433 * @new_length and above are discarded. As a special case if @new_length is
1436 * If @new_length lies beyond the runlist, a sparse runlist element is added to
1448 const s64 new_length)
1453 ntfs_debug("Entering for new_length 0x%llx.", (long long)new_length);
1455 BUG_ON(new_length <
1447 ntfs_rl_truncate_nolock(const ntfs_volume *vol, runlist *const runlist, const s64 new_length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexmisc.c170 acpi_size new_length; local
200 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag);
204 return_desc = acpi_ut_create_buffer_object(new_length);
219 new_buf[new_length - 1] = 0;
220 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoda_psdev.h57 size_t new_length, const char *old_name,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-string.c310 int new_length)
341 new_length + _DBUS_STRING_ALLOCATION_PADDING);
377 int new_length)
382 if (_DBUS_UNLIKELY (new_length > _DBUS_STRING_MAX_LENGTH))
384 else if (new_length > (real->allocated - _DBUS_STRING_ALLOCATION_PADDING) &&
385 _DBUS_UNLIKELY (!reallocate_for_length (real, new_length)))
389 real->len = new_length;
390 real->str[new_length] = '\0';
309 reallocate_for_length(DBusRealString *real, int new_length) argument
376 set_length(DBusRealString *real, int new_length) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dupcall.c234 size_t new_length, const char *old_name,
243 insize = max_t(unsigned int, offset + new_length + old_length + 8,
259 s = ( new_length & ~0x3) +4; /* round up to word boundary */
260 memcpy((char *)(inp) + offset, new_name, new_length);
261 *((char *)inp + offset + new_length) = '\0';
232 venus_rename(struct super_block *sb, struct CodaFid *old_fid, struct CodaFid *new_fid, size_t old_length, size_t new_length, const char *old_name, const char *new_name) argument
H A Ddir.c403 int new_length = new_dentry->d_name.len; local
409 coda_i2f(new_dir), old_length, new_length,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_object.c1724 size_t old_length, new_length; local
1732 new_length = strlen(mime_type);
1736 if(new_length >= SIZE_MAX) /* overflow check */
1738 if(!copy_bytes_((FLAC__byte**)(&object->data.picture.mime_type), (FLAC__byte*)mime_type, new_length+1))
1749 object->length += new_length;
1756 size_t old_length, new_length; local
1764 new_length = strlen((const char *)description);
1768 if(new_length >= SIZE_MAX) /* overflow check */
1770 if(!copy_bytes_(&object->data.picture.description, description, new_length+1))
1781 object->length += new_length;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Decryptfs_kernel.h640 int ecryptfs_fill_zeros(struct file *file, loff_t new_length);
681 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
H A Dinode.c951 * @new_length: The length to expand the file to
958 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) argument
960 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length };

Completed in 125 milliseconds