Searched refs:xfs_btree_ops (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.h | 25 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);
|
H A D | xfs_btree_staging.c | 136 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()
|
H A D | xfs_btree.h | 96 struct xfs_btree_ops { struct 222 const struct xfs_btree_ops *bc_ops;
|
H A D | xfs_alloc_btree.c | 427 static const struct xfs_btree_ops xfs_bnobt_ops = { 449 static const struct xfs_btree_ops xfs_cntbt_ops = {
|
H A D | xfs_ialloc_btree.c | 381 static const struct xfs_btree_ops xfs_inobt_ops = { 402 static const struct xfs_btree_ops xfs_finobt_ops = {
|
H A D | xfs_rmap_btree.c | 430 static const struct xfs_btree_ops xfs_rmapbt_ops = {
|
H A D | xfs_refcount_btree.c | 291 static const struct xfs_btree_ops xfs_refcountbt_ops = {
|
H A D | xfs_bmap_btree.c | 519 static const struct xfs_btree_ops xfs_bmbt_ops = {
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_btree_staging.h | 25 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);
|
H A D | xfs_btree_staging.c | 136 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()
|
H A D | xfs_btree.h | 114 struct xfs_btree_ops { struct 272 const struct xfs_btree_ops *bc_ops;
|
H A D | xfs_ialloc_btree.c | 401 static const struct xfs_btree_ops xfs_inobt_ops = { 423 static const struct xfs_btree_ops xfs_finobt_ops = {
|
H A D | xfs_alloc_btree.c | 446 static const struct xfs_btree_ops xfs_bnobt_ops = { 469 static const struct xfs_btree_ops xfs_cntbt_ops = {
|
H A D | xfs_refcount_btree.c | 313 static const struct xfs_btree_ops xfs_refcountbt_ops = {
|
H A D | xfs_rmap_btree.c | 479 static const struct xfs_btree_ops xfs_rmapbt_ops = {
|
H A D | xfs_bmap_btree.c | 523 static const struct xfs_btree_ops xfs_bmbt_ops = {
|
Completed in 15 milliseconds