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

/linux-master/fs/ubifs/
H A Dfind.c800 if (lprops->free + lprops->dirty < c->min_idx_node_sz)
857 ubifs_assert(c, lprops->free + lprops->dirty >= c->min_idx_node_sz);
H A Dubifs.h1149 * @min_idx_node_sz: minimum indexing node aligned on 8-bytes boundary
1404 int min_idx_node_sz; member in struct:ubifs_info
H A Dlprops.c415 if (lprops->dirty + lprops->free >= c->min_idx_node_sz)
H A Dsuper.c684 c->min_idx_node_sz = ALIGN(tmp, 8);

Completed in 100 milliseconds