Searched refs:legitimize_path (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dnamei.c717 static inline bool legitimize_path(struct nameidata *nd, function
733 if (unlikely(!legitimize_path(nd, &last->link, last->seq))) {
748 return legitimize_path(nd, &nd->root, nd->root_seq);
781 if (unlikely(!legitimize_path(nd, &nd->path, nd->seq)))
1744 bool grabbed_link = legitimize_path(nd, link, nd->next_seq);

Completed in 187 milliseconds