Searched refs:new_first (Results 1 – 4 of 4) sorted by relevance
234 static inline bool llist_add_batch(struct llist_node *new_first, in llist_add_batch() argument242 } while (!try_cmpxchg(&head->first, &first, new_first)); in llist_add_batch()247 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch() argument252 head->first = new_first; in __llist_add_batch()
465 struct list_head *new_first = entry->next; in __list_cut_position() local470 head->next = new_first; in __list_cut_position()471 new_first->prev = head; in __list_cut_position()
247 struct list_head *new_first = entry->next; in __list_cut_position() local252 head->next = new_first; in __list_cut_position()253 new_first->prev = head; in __list_cut_position()
4909 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local4923 new_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets()4924 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets()4970 ret = ocfs2_read_xattr_bucket(new_first, to_blk); in ocfs2_mv_xattr_buckets()4975 ret = ocfs2_xattr_bucket_journal_access(handle, new_first, in ocfs2_mv_xattr_buckets()4986 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()4987 ocfs2_xattr_bucket_journal_dirty(handle, new_first); in ocfs2_mv_xattr_buckets()4990 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()4993 ocfs2_xattr_bucket_free(new_first); in ocfs2_mv_xattr_buckets()