Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dnamei.c511 int total_link_count; member
538 p->total_link_count = old ? old->total_link_count : 0; in set_nameidata()
550 old->total_link_count = now->total_link_count; in restore_nameidata()
1399 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1596 if (unlikely(nd->total_link_count++ >= MAXSYMLINKS)) in reserve_stack()
/kernel/linux/linux-6.6/fs/
H A Dnamei.c577 int total_link_count; member
605 p->total_link_count = old ? old->total_link_count : 0; in __set_nameidata()
627 old->total_link_count = now->total_link_count; in restore_nameidata()
1547 ret = traverse_mounts(path, &jumped, &nd->total_link_count, nd->flags); in handle_mounts()
1729 if (unlikely(nd->total_link_count++ >= MAXSYMLINKS)) in reserve_stack()

Completed in 12 milliseconds