Searched refs:prev_bh (Results 1 – 2 of 2) sorted by relevance
/linux/fs/affs/ |
H A D | file.c | 200 struct buffer_head *prev_bh; in affs_get_extblock_slow() local 206 prev_bh = affs_get_extblock(inode, ext - 1); in affs_get_extblock_slow() 207 if (IS_ERR(prev_bh)) in affs_get_extblock_slow() 208 return prev_bh; in affs_get_extblock_slow() 209 bh = affs_alloc_extblock(inode, prev_bh, ext); in affs_get_extblock_slow() 210 affs_brelse(prev_bh); in affs_get_extblock_slow() 563 struct buffer_head *bh, *prev_bh; in affs_extent_file_ofs() local 593 prev_bh = bh; in affs_extent_file_ofs() 606 if (prev_bh) { in affs_extent_file_ofs() 607 u32 tmp_next = be32_to_cpu(AFFS_DATA_HEAD(prev_bh) in affs_extent_file_ofs() 697 struct buffer_head *bh, *prev_bh; affs_write_end_ofs() local [all...] |
/linux/fs/nilfs2/ |
H A D | cpfile.c | 769 struct buffer_head *header_bh, *curr_bh, *prev_bh, *cp_bh; in nilfs_cpfile_set_snapshot() local 838 &prev_bh); in nilfs_cpfile_set_snapshot() 843 cpfile, prev, prev_bh); in nilfs_cpfile_set_snapshot() 845 prev_bh = header_bh; in nilfs_cpfile_set_snapshot() 846 get_bh(prev_bh); in nilfs_cpfile_set_snapshot() 864 list = kmap_local_folio(prev_bh->b_folio, prev_list_offset); in nilfs_cpfile_set_snapshot() 873 mark_buffer_dirty(prev_bh); in nilfs_cpfile_set_snapshot() 879 brelse(prev_bh); in nilfs_cpfile_set_snapshot() 897 struct buffer_head *header_bh, *next_bh, *prev_bh, *cp_bh; in nilfs_cpfile_clear_snapshot() local 950 &prev_bh); in nilfs_cpfile_clear_snapshot() [all...] |