Home
last modified time | relevance | path

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

/openbmc/linux/fs/udf/
H A Dtruncate.c126 struct extent_position prev_epos = {}; in udf_discard_prealloc() local
149 brelse(prev_epos.bh); in udf_discard_prealloc()
150 prev_epos = epos; in udf_discard_prealloc()
151 if (prev_epos.bh) in udf_discard_prealloc()
152 get_bh(prev_epos.bh); in udf_discard_prealloc()
162 udf_delete_aext(inode, prev_epos); in udf_discard_prealloc()
171 brelse(prev_epos.bh); in udf_discard_prealloc()
H A Dinode.c724 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
739 prev_epos.offset = udf_file_entry_alloc_offset(inode); in inode_getblk()
740 prev_epos.block = iinfo->i_location; in inode_getblk()
741 prev_epos.bh = NULL; in inode_getblk()
742 cur_epos = next_epos = prev_epos; in inode_getblk()
749 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
750 brelse(prev_epos.bh); in inode_getblk()
752 prev_epos.bh = cur_epos.bh; in inode_getblk()
762 prev_epos.block = cur_epos.block; in inode_getblk()
765 prev_epos.offset = cur_epos.offset; in inode_getblk()
[all …]