new_first        4885 fs/ocfs2/xattr.c 	struct ocfs2_xattr_bucket *old_first, *new_first;
new_first        4899 fs/ocfs2/xattr.c 	new_first = ocfs2_xattr_bucket_new(inode);
new_first        4900 fs/ocfs2/xattr.c 	if (!old_first || !new_first) {
new_first        4946 fs/ocfs2/xattr.c 	ret = ocfs2_read_xattr_bucket(new_first, to_blk);
new_first        4951 fs/ocfs2/xattr.c 	ret = ocfs2_xattr_bucket_journal_access(handle, new_first,
new_first        4962 fs/ocfs2/xattr.c 	bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets);
new_first        4963 fs/ocfs2/xattr.c 	ocfs2_xattr_bucket_journal_dirty(handle, new_first);
new_first        4966 fs/ocfs2/xattr.c 		*first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash);
new_first        4969 fs/ocfs2/xattr.c 	ocfs2_xattr_bucket_free(new_first);
new_first         334 include/linux/list.h 	struct list_head *new_first = entry->next;
new_first         339 include/linux/list.h 	head->next = new_first;
new_first         340 include/linux/list.h 	new_first->prev = head;
new_first         197 include/linux/llist.h extern bool llist_add_batch(struct llist_node *new_first,
new_first          26 lib/llist.c    bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last,
new_first          33 lib/llist.c    	} while (cmpxchg(&head->first, first, new_first) != first);
new_first         237 tools/include/linux/list.h 	struct list_head *new_first = entry->next;
new_first         242 tools/include/linux/list.h 	head->next = new_first;
new_first         243 tools/include/linux/list.h 	new_first->prev = head;