Home
last modified time | relevance | path

Searched refs:xfs_da_args_t (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_da_btree.h82 } xfs_da_args_t; typedef
130 xfs_da_args_t *args; /* filename arguments */
209 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno);
220 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
Dxfs_dir2_sf.c22 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args,
26 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange,
28 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange,
32 static void xfs_dir2_sf_check(xfs_da_args_t *args);
37 static void xfs_dir2_sf_toino4(xfs_da_args_t *args);
38 static void xfs_dir2_sf_toino8(xfs_da_args_t *args);
365 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_addname()
458 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy()
510 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard()
602 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_pick()
[all …]
Dxfs_dir2_node.c27 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
32 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
318 xfs_da_args_t *args, in xfs_dir3_free_get_buf()
406 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node()
627 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname()
780 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry()
934 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int()
950 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents()
1066 xfs_da_args_t *args; /* operation arguments */ in xfs_dir2_leafn_rebalance()
1180 xfs_da_args_t *args, in xfs_dir3_data_block_free()
[all …]
Dxfs_dir2_leaf.c26 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
351 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf()
384 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf()
921 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact()
1160 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup()
1215 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int()
1346 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename()
1494 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace()
1546 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash()
1596 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_trim_data()
[all …]
Dxfs_dir2_block.c30 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
351 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname()
631 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup()
676 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int()
779 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename()
860 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace()
923 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block()
Dxfs_attr.c45 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
50 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
51 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
58 STATIC int xfs_attr_node_get(xfs_da_args_t *args);
1322 xfs_attr_leaf_get(xfs_da_args_t *args) in xfs_attr_leaf_get()
Dxfs_attr_leaf.c881 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()