Searched refs:legitimize_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 633 static inline bool legitimize_path(struct nameidata *nd, in legitimize_path() function 649 if (unlikely(!legitimize_path(nd, &last->link, last->seq))) { in legitimize_links() 671 return legitimize_path(nd, &nd->root, nd->root_seq); in legitimize_root() 705 if (unlikely(!legitimize_path(nd, &nd->path, nd->seq))) in try_to_unlazy() 1609 bool grabbed_link = legitimize_path(nd, link, seq); in reserve_stack()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 718 static inline bool legitimize_path(struct nameidata *nd, in legitimize_path() function 734 if (unlikely(!legitimize_path(nd, &last->link, last->seq))) { in legitimize_links() 749 return legitimize_path(nd, &nd->root, nd->root_seq); in legitimize_root() 782 if (unlikely(!legitimize_path(nd, &nd->path, nd->seq))) in try_to_unlazy() 1742 bool grabbed_link = legitimize_path(nd, link, nd->next_seq); in reserve_stack()
|
Completed in 13 milliseconds