Home
last modified time | relevance | path

Searched refs:writeback_inhibited_ebs (Results 1 – 3 of 3) sorted by relevance

/linux/fs/btrfs/
H A Dtransaction.h167 struct xarray writeback_inhibited_ebs; member
H A Dextent_io.c3003 old = xa_load(&trans->writeback_inhibited_ebs, index); in btrfs_inhibit_eb_writeback()
3010 old = xa_store(&trans->writeback_inhibited_ebs, index, eb, GFP_NOFS); in btrfs_inhibit_eb_writeback()
3036 xa_for_each(&trans->writeback_inhibited_ebs, index, eb) { in btrfs_uninhibit_all_eb_writeback()
3040 xa_destroy(&trans->writeback_inhibited_ebs); in btrfs_uninhibit_all_eb_writeback()
H A Dtransaction.c700 xa_init(&h->writeback_inhibited_ebs); in start_transaction()