Home
last modified time | relevance | path

Searched refs:btree_trans_commit_hook (Results 1 – 5 of 5) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_types.h463 struct btree_trans_commit_hook;
464 typedef int (btree_trans_commit_hook_fn)(struct btree_trans *, struct btree_trans_commit_hook *);
466 struct btree_trans_commit_hook { struct
468 struct btree_trans_commit_hook *next; argument
529 struct btree_trans_commit_hook *hooks;
H A Dsubvolume.c477 struct btree_trans_commit_hook h;
482 struct btree_trans_commit_hook *_h) in bch2_subvolume_wait_for_pagecache_and_delete_hook()
H A Dbtree_update.h161 struct btree_trans_commit_hook *);
H A Dbtree_update.c620 struct btree_trans_commit_hook *h) in bch2_trans_commit_hook()
H A Dbtree_trans_commit.c626 struct btree_trans_commit_hook *h; in bch2_trans_commit_write_locked()