Searched refs:le_ih (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | stree.c | 950 struct item_head *le_ih, in prepare_for_direct_item() 958 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 964 /* this was new_file_length < le_ih ... */ in prepare_for_direct_item() 965 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item() 966 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 970 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item() 971 *cut_size = -(ih_item_len(le_ih) - pos_in_item(path)); in prepare_for_direct_item() 978 if (new_file_length < le_ih_k_offset(le_ih)) { in prepare_for_direct_item() 979 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 984 *cut_size = -(ih_item_len(le_ih) in prepare_for_direct_item() 949 prepare_for_direct_item(struct treepath *path, struct item_head *le_ih, struct inode *inode, loff_t new_file_length, int *cut_size) prepare_for_direct_item() argument 990 prepare_for_direntry_item(struct treepath *path, struct item_head *le_ih, struct inode *inode, loff_t new_file_length, int *cut_size) prepare_for_direntry_item() argument 999 "PAP-5220: incorrect empty directory item (%h)", le_ih); prepare_for_direntry_item() local 1807 struct item_head *le_ih = reiserfs_cut_from_item() local [all...] |
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | stree.c | 950 struct item_head *le_ih, in prepare_for_direct_item() 958 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 964 /* this was new_file_length < le_ih ... */ in prepare_for_direct_item() 965 if (round_len < le_ih_k_offset(le_ih)) { in prepare_for_direct_item() 966 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 970 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1); in prepare_for_direct_item() 971 *cut_size = -(ih_item_len(le_ih) - pos_in_item(path)); in prepare_for_direct_item() 978 if (new_file_length < le_ih_k_offset(le_ih)) { in prepare_for_direct_item() 979 *cut_size = -(IH_SIZE + ih_item_len(le_ih)); in prepare_for_direct_item() 984 *cut_size = -(ih_item_len(le_ih) in prepare_for_direct_item() 949 prepare_for_direct_item(struct treepath *path, struct item_head *le_ih, struct inode *inode, loff_t new_file_length, int *cut_size) prepare_for_direct_item() argument 990 prepare_for_direntry_item(struct treepath *path, struct item_head *le_ih, struct inode *inode, loff_t new_file_length, int *cut_size) prepare_for_direntry_item() argument 999 "PAP-5220: incorrect empty directory item (%h)", le_ih); prepare_for_direntry_item() local 1805 struct item_head *le_ih = reiserfs_cut_from_item() local [all...] |
Completed in 4 milliseconds