Searched refs:new_key (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfile.c284 struct btrfs_key new_key; local
375 memcpy(&new_key, &key, sizeof(new_key));
376 new_key.offset = start;
378 &new_key);
405 new_key.objectid,
419 memcpy(&new_key, &key, sizeof(new_key));
420 new_key.offset = end;
421 btrfs_set_item_key_safe(trans, root, path, &new_key);
567 struct btrfs_key new_key; local
[all...]
H A Dioctl.c1577 struct btrfs_key new_key; local
1612 memcpy(&new_key, &key, sizeof(new_key));
1613 new_key.objectid = inode->i_ino;
1614 new_key.offset = key.offset + destoff - off;
1633 new_key.offset,
1634 new_key.offset + datal,
1639 &new_key, size);
1665 new_key.offset - datao);
1673 new_key
[all...]
H A Dctree.c1912 struct btrfs_key *new_key)
1922 if (comp_keys(&disk_key, new_key) >= 0)
1927 if (comp_keys(&disk_key, new_key) <= 0)
1931 btrfs_cpu_key_to_disk(&disk_key, new_key);
3183 struct btrfs_key *new_key,
3221 btrfs_cpu_key_to_disk(&disk_key, new_key);
3253 * giving 'new_key' to the new item and splitting the
3269 struct btrfs_key *new_key,
3278 ret = split_item(trans, root, path, new_key, split_offset);
3283 * This function duplicate a item, giving 'new_key' t
1910 btrfs_set_item_key_safe(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *new_key) argument
3180 split_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *new_key, unsigned long split_offset) argument
3266 btrfs_split_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *new_key, unsigned long split_offset) argument
3290 btrfs_duplicate_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *new_key) argument
[all...]
H A Dctree.h2127 struct btrfs_key *new_key);
2156 struct btrfs_key *new_key,
2161 struct btrfs_key *new_key);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngwutil.c1224 * The new_key is allocated to hold the corrected keyword and must be freed
1229 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1238 *new_key = NULL;
1248 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1249 if (*new_key == NULL)
1256 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1280 kp = *new_key + key_len - 1;
1293 kp = *new_key;
1308 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1332 png_free(png_ptr, *new_key);
1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
[all...]
H A Dpng.h3332 png_charp key, png_charpp new_key)) PNG_PRIVATE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngwutil.c1166 * The new_key is allocated to hold the corrected keyword and must be freed
1171 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1179 *new_key = NULL;
1189 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1190 if (*new_key == NULL)
1197 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1219 kp = *new_key + key_len - 1;
1232 kp = *new_key;
1247 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1271 png_free(png_ptr, *new_key);
1297 png_charp new_key; local
1339 png_charp new_key; local
1391 png_charp new_lang, new_key; local
[all...]
H A Dpng.h2958 png_charp key, png_charpp new_key));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c483 TDB_DATA new_key; local
491 new_key = make_printer_tdbkey( key.dptr+strlen(PRINTERS_PREFIX) );
494 new_key.dptr = make_printers_secdesc_tdbkey( key.dptr+strlen(SECDESC_PREFIX) );
495 new_key.dsize = strlen( new_key.dptr ) + 1;
510 if ( tdb_store( the_tdb, new_key, data, TDB_REPLACE) != 0 ) {

Completed in 300 milliseconds