Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/erofs/
H A 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()
80 startprfx = 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()
146 startprfx = matched; in find_target_block_classic()
/kernel/linux/linux-6.6/fs/erofs/
H A Dnamei.c51 unsigned int startprfx, endprfx; in find_target_dirent() local
57 startprfx = endprfx = 0; in find_target_dirent()
63 unsigned int matched = min(startprfx, endprfx); in find_target_dirent()
79 startprfx = matched; in find_target_dirent()
94 unsigned int startprfx = 0, endprfx = 0; in erofs_find_target_block() local
121 matched = min(startprfx, endprfx); in erofs_find_target_block()
148 startprfx = matched; in erofs_find_target_block()

Completed in 1 milliseconds