Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dllist.c38 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
44 new_last->next = first = READ_ONCE(head->first); in llist_add_batch()
/Linux-v4.19/include/linux/
Dllist.h210 struct llist_node *new_last,
/Linux-v4.19/fs/
Dnamei.c4522 struct qstr old_last, new_last; in do_renameat2() local
4553 &new_path, &new_last, &new_type); in do_renameat2()
4587 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2()
4601 if (new_last.name[new_last.len]) in do_renameat2()
4610 if (!(flags & RENAME_EXCHANGE) && new_last.name[new_last.len]) in do_renameat2()