Home
last modified time | relevance | path

Searched refs:new (Results 1 – 10 of 10) sorted by relevance

/fs/ubifs/
A Dmisc.h148 dev->new = cpu_to_le32(new_encode_dev(rdev)); in ubifs_encode_dev()
149 return sizeof(dev->new); in ubifs_encode_dev()
A Dorphan.c65 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()
A Dubifs-media.h441 __le32 new; member
A Dsuper.c381 if (ui->data_len == sizeof(dev->new)) in ubifs_iget()
382 rdev = new_decode_dev(le32_to_cpu(dev->new)); in ubifs_iget()
A Dubifs.h1525 unsigned new:1; member
/fs/btrfs/
A Dextent-io.c592 struct extent_buffer *new; in btrfs_clone_extent_buffer() local
594 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()
/fs/jffs2/
A Djffs2_1pass.c564 struct b_node *new; in insert_node() local
566 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() argument
587 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 …]
A Djffs2_private.h22 int (*listCompare)(struct b_node *new, struct b_node *node);
/fs/ext4/
A DKconfig13 This provides support for creating and writing new files to an
/fs/fat/
A DKconfig13 This provides support for creating and writing new files to an

Completed in 28 milliseconds