Searched refs:new_last (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | llist.c | 26 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | llist.h | 198 struct llist_node *new_last,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 4446 struct qstr old_last, new_last; in do_renameat2() local 4471 to = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last, in do_renameat2() 4506 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2() 4520 if (new_last.name[new_last.len]) in do_renameat2() 4529 if (!(flags & RENAME_EXCHANGE) && new_last.name[new_last.len]) in do_renameat2()
|