Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dorphan.c28 if (atomic_dec_if_positive(&oi->of_binfo[i].ob_free_entries) in ext4_orphan_file_add()
48 oi->of_binfo[i].ob_bh, EXT4_JTR_ORPHAN_FILE); in ext4_orphan_file_add()
50 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
54 bdata = (__le32 *)(oi->of_binfo[i].ob_bh->b_data); in ext4_orphan_file_add()
67 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
84 return ext4_handle_dirty_metadata(handle, NULL, oi->of_binfo[i].ob_bh); in ext4_orphan_file_add()
208 oi->of_binfo[blk].ob_bh, EXT4_JTR_ORPHAN_FILE); in ext4_orphan_file_del()
212 bdata = (__le32 *)(oi->of_binfo[blk].ob_bh->b_data); in ext4_orphan_file_del()
214 atomic_inc(&oi->of_binfo[blk].ob_free_entries); in ext4_orphan_file_del()
215 ret = ext4_handle_dirty_metadata(handle, NULL, oi->of_binfo[blk].ob_bh); in ext4_orphan_file_del()
[all …]
Dext4.h1473 struct ext4_orphan_block *of_binfo; /* Array with info about orphan member