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

/linux-master/fs/
H A Dnamei.c576 int total_link_count; member in struct:nameidata
604 p->total_link_count = old ? old->total_link_count : 0;
626 old->total_link_count = now->total_link_count;
1545 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags);
1731 if (unlikely(nd->total_link_count++ >= MAXSYMLINKS))

Completed in 106 milliseconds