Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Dstree.c913 struct item_head * le_ih, in prepare_for_direct_item() argument
923 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
932 if ( round_len < le_ih_k_offset (le_ih) ) { in prepare_for_direct_item()
933 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
937 pos_in_item (path) = round_len - (le_ih_k_offset (le_ih) - 1); in prepare_for_direct_item()
938 *cut_size = -(ih_item_len(le_ih) - pos_in_item(path)); in prepare_for_direct_item()
946 if ( new_file_length < le_ih_k_offset (le_ih) ) { in prepare_for_direct_item()
947 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item()
951 *cut_size = -(ih_item_len(le_ih) - in prepare_for_direct_item()
952 (pos_in_item (path) = new_file_length + 1 - le_ih_k_offset (le_ih))); in prepare_for_direct_item()
[all …]