Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_sf.c37 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args,
41 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange,
43 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange,
47 static void xfs_dir2_sf_check(xfs_da_args_t *args);
52 static void xfs_dir2_sf_toino4(xfs_da_args_t *args);
53 static void xfs_dir2_sf_toino8(xfs_da_args_t *args);
154 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf()
284 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_addname()
386 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy()
439 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard()
[all …]
Dxfs_da_btree.h89 } xfs_da_args_t; typedef
129 xfs_da_args_t *args; /* filename arguments */
194 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno);
207 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
Dxfs_attr.c57 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
62 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
63 STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args);
64 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
69 STATIC int xfs_attr_node_get(xfs_da_args_t *args);
70 STATIC int xfs_attr_node_addname(xfs_da_args_t *args);
71 STATIC int xfs_attr_node_removename(xfs_da_args_t *args);
518 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname()
568 xfs_attr_leaf_addname(xfs_da_args_t *args) in xfs_attr_leaf_addname()
775 xfs_attr_leaf_removename(xfs_da_args_t *args) in xfs_attr_leaf_removename()
[all …]
Dxfs_dir2_node.c41 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
46 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
49 static int xfs_dir2_node_addname_int(xfs_da_args_t *args,
200 xfs_da_args_t *args, in xfs_dir3_free_get_buf()
290 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node()
379 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_add()
514 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname()
669 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry()
822 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int()
838 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents()
[all …]
Dxfs_dir2_leaf.c41 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
343 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf()
376 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf()
608 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_addname()
914 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact()
1155 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup()
1211 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int()
1343 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename()
1487 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace()
1541 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash()
[all …]
Dxfs_dir2_block.c45 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
336 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname()
610 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup()
655 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int()
760 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename()
840 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace()
903 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block()
1048 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_to_block()
Dxfs_attr_leaf.c496 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create()
528 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add()
600 xfs_attr_shortform_remove(xfs_da_args_t *args) in xfs_attr_shortform_remove()
671 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()
702 xfs_attr_shortform_getvalue(xfs_da_args_t *args) in xfs_attr_shortform_getvalue()
739 xfs_attr_shortform_to_leaf(xfs_da_args_t *args) in xfs_attr_shortform_to_leaf()
744 xfs_da_args_t nargs; in xfs_attr_shortform_to_leaf()
Dxfs_dir2.c662 xfs_da_args_t *args, in xfs_dir2_shrink_inode()
Dxfs_dir2_data.c574 xfs_da_args_t *args, /* directory operation args */ in xfs_dir3_data_init()
Dxfs_da_btree.c2345 xfs_da_args_t *args, in xfs_da_shrink_inode()
Dxfs_bmap.c1073 xfs_da_args_t dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local()
/fs/xfs/
Dxfs_attr_list.c444 xfs_da_args_t args; in xfs_attr3_leaf_list_int()