Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dir2_trace.c80 xfs_da_args_t *args) in xfs_dir2_trace_args()
95 xfs_da_args_t *args, in xfs_dir2_trace_args_b()
111 xfs_da_args_t *args, in xfs_dir2_trace_args_bb()
129 xfs_da_args_t *args, in xfs_dir2_trace_args_bibii()
149 xfs_da_args_t *args, in xfs_dir2_trace_args_db()
168 xfs_da_args_t *args, in xfs_dir2_trace_args_i()
185 xfs_da_args_t *args, in xfs_dir2_trace_args_s()
201 xfs_da_args_t *args, in xfs_dir2_trace_args_sb()
Dxfs_dir2.c183 xfs_da_args_t args; in xfs_dir_init()
208 xfs_da_args_t args; in xfs_dir_createname()
217 memset(&args, 0, sizeof(xfs_da_args_t)); in xfs_dir_createname()
284 xfs_da_args_t args; in xfs_dir_lookup()
291 memset(&args, 0, sizeof(xfs_da_args_t)); in xfs_dir_lookup()
339 xfs_da_args_t args; in xfs_dir_removename()
346 memset(&args, 0, sizeof(xfs_da_args_t)); in xfs_dir_removename()
420 xfs_da_args_t args; in xfs_dir_replace()
429 memset(&args, 0, sizeof(xfs_da_args_t)); in xfs_dir_replace()
467 xfs_da_args_t args; in xfs_dir_canenter()
[all …]
Dxfs_da_btree.h117 } xfs_da_args_t; typedef
179 xfs_da_args_t *args; /* filename arguments */
216 int xfs_da_node_create(xfs_da_args_t *args, xfs_dablk_t blkno, int level,
242 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno);
251 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
Dxfs_dir2_sf.c45 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args,
49 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange,
51 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange,
55 static void xfs_dir2_sf_check(xfs_da_args_t *args);
60 static void xfs_dir2_sf_toino4(xfs_da_args_t *args);
61 static void xfs_dir2_sf_toino8(xfs_da_args_t *args);
153 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf()
270 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_addname()
380 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy()
434 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard()
[all …]
Dxfs_attr.c65 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
70 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
71 STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args);
72 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
78 STATIC int xfs_attr_node_get(xfs_da_args_t *args);
79 STATIC int xfs_attr_node_addname(xfs_da_args_t *args);
80 STATIC int xfs_attr_node_removename(xfs_da_args_t *args);
88 STATIC int xfs_attr_rmtval_set(xfs_da_args_t *args);
89 STATIC int xfs_attr_rmtval_remove(xfs_da_args_t *args);
131 xfs_da_args_t args; in xfs_attr_fetch()
[all …]
Dxfs_dir2_node.c47 static int xfs_dir2_leafn_add(xfs_dabuf_t *bp, xfs_da_args_t *args, int index);
53 static void xfs_dir2_leafn_moveents(xfs_da_args_t *args, xfs_dabuf_t *bp_s,
59 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, xfs_dabuf_t *bp,
62 static int xfs_dir2_node_addname_int(xfs_da_args_t *args,
108 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node()
185 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_add()
396 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname()
543 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry()
686 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int()
702 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_moveents()
[all …]
Dxfs_attr_leaf.c59 STATIC int xfs_attr_leaf_create(xfs_da_args_t *args, xfs_dablk_t which_block,
61 STATIC int xfs_attr_leaf_add_work(xfs_dabuf_t *leaf_buffer, xfs_da_args_t *args,
219 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create()
249 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add()
304 xfs_attr_shortform_remove(xfs_da_args_t *args) in xfs_attr_shortform_remove()
389 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()
418 xfs_attr_shortform_getvalue(xfs_da_args_t *args) in xfs_attr_shortform_getvalue()
455 xfs_attr_shortform_to_leaf(xfs_da_args_t *args) in xfs_attr_shortform_to_leaf()
460 xfs_da_args_t nargs; in xfs_attr_shortform_to_leaf()
759 xfs_attr_leaf_to_shortform(xfs_dabuf_t *bp, xfs_da_args_t *args, int forkoff) in xfs_attr_leaf_to_shortform()
[all …]
Dxfs_dir2_leaf.c52 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **lbpp,
64 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf()
161 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_addname()
598 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_compact()
1125 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_init()
1268 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup()
1319 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int()
1447 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename()
1588 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace()
1639 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash()
[all …]
Dxfs_dir2_block.c48 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, xfs_dabuf_t **bpp,
69 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname()
586 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup()
630 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int()
738 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename()
819 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace()
882 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block()
1025 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_to_block()
Dxfs_da_btree.c110 xfs_da_node_create(xfs_da_args_t *args, xfs_dablk_t blkno, int level, in xfs_da_node_create()
301 xfs_da_args_t *args; in xfs_da_root_split()
714 xfs_da_args_t *args; in xfs_da_root_join()
1058 xfs_da_args_t *args; in xfs_da_node_lookup_int()
1195 xfs_da_args_t *args; in xfs_da_blk_link()
1324 xfs_da_args_t *args; in xfs_da_blk_unlink()
1404 xfs_da_args_t *args; in xfs_da_path_shift()
1560 xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno) in xfs_da_grow_inode()
1668 xfs_da_swap_lastblock(xfs_da_args_t *args, xfs_dablk_t *dead_blknop, in xfs_da_swap_lastblock()
1863 xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno, in xfs_da_shrink_inode()
Dxfs_attr_leaf.h230 int xfs_attr_leaf_flipflags(xfs_da_args_t *args);
Dxfs_dir2_data.c389 xfs_da_args_t *args, /* directory operation args */ in xfs_dir2_data_init()
Dxfs_bmap.c533 xfs_da_args_t dargs; /* args for dir/attr code */ in xfs_bmap_add_attrfork_local()