Home
last modified time | relevance | path

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

/linux-4.1.27/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);
527 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname()
570 xfs_attr_leaf_addname(xfs_da_args_t *args) in xfs_attr_leaf_addname()
777 xfs_attr_leaf_removename(xfs_da_args_t *args) in xfs_attr_leaf_removename()
[all …]
Dxfs_dir2_node.c40 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
45 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
48 static int xfs_dir2_node_addname_int(xfs_da_args_t *args,
196 xfs_da_args_t *args, in xfs_dir3_free_get_buf()
286 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node()
375 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_add()
510 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname()
665 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry()
818 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int()
834 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents()
[all …]
Dxfs_dir2_leaf.c40 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
338 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf()
371 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf()
603 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_addname()
909 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact()
1150 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup()
1206 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int()
1338 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename()
1482 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace()
1536 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash()
[all …]
Dxfs_dir2_block.c44 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
332 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname()
606 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup()
651 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int()
756 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename()
836 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace()
899 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block()
1044 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_to_block()
Dxfs_attr_leaf.c492 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create()
524 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add()
596 xfs_attr_shortform_remove(xfs_da_args_t *args) in xfs_attr_shortform_remove()
667 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()
698 xfs_attr_shortform_getvalue(xfs_da_args_t *args) in xfs_attr_shortform_getvalue()
735 xfs_attr_shortform_to_leaf(xfs_da_args_t *args) in xfs_attr_shortform_to_leaf()
740 xfs_da_args_t nargs; in xfs_attr_shortform_to_leaf()
Dxfs_dir2.c659 xfs_da_args_t *args, in xfs_dir2_shrink_inode()
Dxfs_dir2_data.c569 xfs_da_args_t *args, /* directory operation args */ in xfs_dir3_data_init()
Dxfs_da_btree.c2334 xfs_da_args_t *args, in xfs_da_shrink_inode()
Dxfs_bmap.c1069 xfs_da_args_t dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local()
/linux-4.1.27/fs/xfs/
Dxfs_attr_list.c446 xfs_da_args_t args; in xfs_attr3_leaf_list_int()