Home
last modified time | relevance | path

Searched refs:endprfx (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
Dnamei.c52 unsigned int startprfx, endprfx; in find_target_dirent() local
58 startprfx = endprfx = 0; in find_target_dirent()
64 unsigned int matched = min(startprfx, endprfx); in find_target_dirent()
83 endprfx = matched; in find_target_dirent()
94 unsigned int startprfx, endprfx; in find_target_block_classic() local
99 startprfx = endprfx = 0; in find_target_block_classic()
127 matched = min(startprfx, endprfx); in find_target_block_classic()
156 endprfx = matched; in find_target_block_classic()