Home
last modified time | relevance | path

Searched refs:xfs_btree_ops (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_btree_staging.h25 struct xfs_buf *agbp, const struct xfs_btree_ops *ops);
51 struct xfs_btree_ops **new_ops);
53 int whichfork, const struct xfs_btree_ops *ops);
A Dxfs_btree_staging.c136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot()
142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot()
143 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_afakeroot()
167 const struct xfs_btree_ops *ops) in xfs_btree_commit_afakeroot()
215 struct xfs_btree_ops **new_ops) in xfs_btree_stage_ifakeroot()
217 struct xfs_btree_ops *nops; in xfs_btree_stage_ifakeroot()
223 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_ifakeroot()
224 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_ifakeroot()
250 const struct xfs_btree_ops *ops) in xfs_btree_commit_ifakeroot()
A Dxfs_btree.h93 struct xfs_btree_ops { struct
232 const struct xfs_btree_ops *bc_ops;
A Dxfs_alloc_btree.c426 static const struct xfs_btree_ops xfs_bnobt_ops = {
448 static const struct xfs_btree_ops xfs_cntbt_ops = {
A Dxfs_ialloc_btree.c383 static const struct xfs_btree_ops xfs_inobt_ops = {
404 static const struct xfs_btree_ops xfs_finobt_ops = {
A Dxfs_refcount_btree.c302 static const struct xfs_btree_ops xfs_refcountbt_ops = {
A Dxfs_bmap_btree.c503 static const struct xfs_btree_ops xfs_bmbt_ops = {
A Dxfs_rmap_btree.c427 static const struct xfs_btree_ops xfs_rmapbt_ops = {

Completed in 15 milliseconds