Searched refs:new (Results 1 – 10 of 10) sorted by relevance
148 dev->new = cpu_to_le32(new_encode_dev(rdev)); in ubifs_encode_dev()149 return sizeof(dev->new); in ubifs_encode_dev()
65 orphan->new = 1; in ubifs_add_orphan()138 if (o->new) { in ubifs_delete_orphan()166 ubifs_assert(orphan->new); in ubifs_orphan_start_commit()168 orphan->new = 0; in ubifs_orphan_start_commit()374 if (orphan->new) in consolidate()440 ubifs_assert(!orphan->new); in erase_deleted()
441 __le32 new; member
381 if (ui->data_len == sizeof(dev->new)) in ubifs_iget()382 rdev = new_decode_dev(le32_to_cpu(dev->new)); in ubifs_iget()
1525 unsigned new:1; member
592 struct extent_buffer *new; in btrfs_clone_extent_buffer() local594 new = __alloc_extent_buffer(src->fs_info, src->start, src->len); in btrfs_clone_extent_buffer()595 if (!new) in btrfs_clone_extent_buffer()598 copy_extent_buffer(new, src, 0, 0, src->len); in btrfs_clone_extent_buffer()599 new->flags |= EXTENT_BUFFER_DUMMY; in btrfs_clone_extent_buffer()601 return new; in btrfs_clone_extent_buffer()
564 struct b_node *new; in insert_node() local566 if (!(new = add_node(list))) { in insert_node()570 new->next = NULL; in insert_node()573 list->listTail->next = new; in insert_node()575 list->listHead = new; in insert_node()576 list->listTail = new; in insert_node()578 return new; in insert_node()585 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes() argument587 return new->version > old->version; in compare_inodes()595 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents() argument[all …]
22 int (*listCompare)(struct b_node *new, struct b_node *node);
13 This provides support for creating and writing new files to an
Completed in 28 milliseconds