Searched refs:new_length (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/drivers/acpi/acpica/ |
D | exmisc.c | 170 acpi_size new_length; in acpi_ex_concat_template() local 200 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template() 204 return_desc = acpi_ut_create_buffer_object(new_length); in acpi_ex_concat_template() 219 new_buf[new_length - 1] = 0; in acpi_ex_concat_template() 220 new_buf[new_length - 2] = ACPI_RESOURCE_NAME_END_TAG | 1; in acpi_ex_concat_template()
|
/linux-3.4.99/fs/ntfs/ |
D | runlist.c | 1500 const s64 new_length) in ntfs_rl_truncate_nolock() argument 1505 ntfs_debug("Entering for new_length 0x%llx.", (long long)new_length); in ntfs_rl_truncate_nolock() 1507 BUG_ON(new_length < 0); in ntfs_rl_truncate_nolock() 1509 if (!new_length) { in ntfs_rl_truncate_nolock() 1530 rl[1].vcn = rl->length = new_length; in ntfs_rl_truncate_nolock() 1534 BUG_ON(new_length < rl->vcn); in ntfs_rl_truncate_nolock() 1536 while (likely(rl->length && new_length >= rl[1].vcn)) in ntfs_rl_truncate_nolock() 1553 rl->length = new_length - rl->vcn; in ntfs_rl_truncate_nolock() 1563 rl->vcn = new_length; in ntfs_rl_truncate_nolock() 1580 } else if (likely(/* !rl->length && */ new_length > rl->vcn)) { in ntfs_rl_truncate_nolock() [all …]
|
D | runlist.h | 95 runlist *const runlist, const s64 new_length);
|
/linux-3.4.99/fs/coda/ |
D | upcall.c | 233 size_t new_length, const char *old_name, in venus_rename() argument 242 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename() 258 s = ( new_length & ~0x3) +4; /* round up to word boundary */ in venus_rename() 259 memcpy((char *)(inp) + offset, new_name, new_length); in venus_rename() 260 *((char *)inp + offset + new_length) = '\0'; in venus_rename()
|
D | dir.c | 356 int new_length = new_dentry->d_name.len; in coda_rename() local 360 coda_i2f(new_dir), old_length, new_length, in coda_rename()
|
/linux-3.4.99/include/linux/ |
D | coda_psdev.h | 59 size_t new_length, const char *old_name,
|
/linux-3.4.99/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 577 int ecryptfs_fill_zeros(struct file *file, loff_t new_length); 618 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
|
D | inode.c | 920 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length) in ecryptfs_truncate() argument 922 struct iattr ia = { .ia_valid = ATTR_SIZE, .ia_size = new_length }; in ecryptfs_truncate() 926 rc = ecryptfs_inode_newsize_ok(dentry->d_inode, new_length); in ecryptfs_truncate()
|