Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/
H A D0001-btree-Avoid-conflicts-with-libc-namespace-about-setk.patch48 for (i = rfill - 1; i >= 0; i--) {
78 for ( ; i < rfill; i++) {
83 for (i = rfill - no_entries; i < rfill; i++)
117 for (i = 0; i < rfill; i++) {
/OK3568_Linux_fs/kernel/lib/
H A Dbtree.c522 unsigned long *right, int rfill, in merge() argument
527 for (i = 0; i < rfill; i++) { in merge()