Searched refs:xfs_da_args_t (Results 1 – 8 of 8) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_dir2_sf.c | 22 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); 138 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf() 263 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_addname() 362 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy() 415 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard() [all …]
|
D | xfs_da_btree.h | 74 } xfs_da_args_t; typedef 118 xfs_da_args_t *args; /* filename arguments */ 196 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno); 209 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
|
D | xfs_attr.c | 41 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args); 46 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args); 47 STATIC int xfs_attr_leaf_addname(xfs_da_args_t *args); 48 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args); 53 STATIC int xfs_attr_node_get(xfs_da_args_t *args); 54 STATIC int xfs_attr_node_addname(xfs_da_args_t *args); 55 STATIC int xfs_attr_node_removename(xfs_da_args_t *args); 528 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname() 808 xfs_attr_leaf_get(xfs_da_args_t *args) in xfs_attr_leaf_get() 1312 xfs_attr_node_get(xfs_da_args_t *args) in xfs_attr_node_get()
|
D | xfs_dir2_node.c | 27 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, 246 xfs_da_args_t *args, in xfs_dir3_free_get_buf() 336 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node() 565 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname() 720 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry() 876 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int() 892 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents() 1007 xfs_da_args_t *args; /* operation arguments */ in xfs_dir2_leafn_rebalance() 1121 xfs_da_args_t *args, in xfs_dir3_data_block_free() [all …]
|
D | xfs_dir2_leaf.c | 26 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 298 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf() 331 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf() 869 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact() 1110 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup() 1166 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int() 1298 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename() 1445 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace() 1499 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash() 1553 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_trim_data() [all …]
|
D | xfs_dir2_block.c | 30 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() 781 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename() 861 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace() 924 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block() 1071 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_to_block()
|
D | xfs_attr_leaf.c | 564 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create() 596 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() 668 xfs_attr_shortform_remove(xfs_da_args_t *args) in xfs_attr_shortform_remove() 739 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()
|
D | xfs_dir2_data.c | 662 xfs_da_args_t *args, /* directory operation args */ in xfs_dir3_data_init()
|