Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dorphan.c30 if (atomic_dec_if_positive(&oi->of_binfo[i].ob_free_entries) in ext4_orphan_file_add()
52 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
69 atomic_inc(&oi->of_binfo[i].ob_free_entries); in ext4_orphan_file_add()
212 atomic_inc(&oi->of_binfo[blk].ob_free_entries); in ext4_orphan_file_del()
633 atomic_set(&oi->of_binfo[i].ob_free_entries, free); in ext4_init_orphan_info()
655 if (atomic_read(&oi->of_binfo[i].ob_free_entries) != in ext4_orphan_file_empty()
H A Dext4.h1508 atomic_t ob_free_entries; /* Number of free orphan entries in block */ member