Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dorphan.c28 if (atomic_dec_if_positive(&oi->of_binfo[i].ob_free_entries) in ext4_orphan_file_add()
50 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
67 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
214 atomic_inc(&oi->of_binfo[blk].ob_free_entries); in ext4_orphan_file_del()
626 atomic_set(&oi->of_binfo[i].ob_free_entries, free); in ext4_init_orphan_info()
648 if (atomic_read(&oi->of_binfo[i].ob_free_entries) != in ext4_orphan_file_empty()
H A Dext4.h1463 atomic_t ob_free_entries; /* Number of free orphan entries in block */ member