Home
last modified time | relevance | path

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

/openbmc/linux/fs/reiserfs/
H A Dstree.c425 if (nr < 1 || nr > ((blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN))) { in is_leaf()
H A Dfix_node.c2249 max_num_of_items = (blocksize - BLKH_SIZE) / (IH_SIZE + MIN_ITEM_LEN); in get_virtual_node_size()
H A Dreiserfs.h1623 #define MIN_ITEM_LEN 1 macro