Home
last modified time | relevance | path

Searched refs:new_last (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/lib/
Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
32 new_last->next = first = READ_ONCE(head->first); in llist_add_batch()
/Linux-v5.4/include/linux/
Dllist.h198 struct llist_node *new_last,
/Linux-v5.4/fs/
Dnamei.c4514 struct qstr old_last, new_last; in do_renameat2() local
4545 &new_path, &new_last, &new_type); in do_renameat2()
4579 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2()
4593 if (new_last.name[new_last.len]) in do_renameat2()
4602 if (!(flags & RENAME_EXCHANGE) && new_last.name[new_last.len]) in do_renameat2()