Searched refs:xfs_da_args_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 82 } xfs_da_args_t; typedef 124 xfs_da_args_t *args; /* filename arguments */ 203 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno); 214 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
|
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); 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 …]
|
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); 54 STATIC int xfs_attr_node_get(xfs_da_args_t *args); 55 STATIC int xfs_attr_node_addname(xfs_da_args_t *args); 56 STATIC int xfs_attr_node_removename(xfs_da_args_t *args); 57 STATIC int xfs_attr_node_hasname(xfs_da_args_t *args, 539 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname() 843 xfs_attr_leaf_get(xfs_da_args_t *args) in xfs_attr_leaf_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, 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 …]
|
D | xfs_dir2_leaf.c | 26 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 342 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf() 375 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf() 912 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact() 1151 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() 1337 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename() 1485 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace() 1537 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash() 1587 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() 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()
|
D | xfs_attr_leaf.c | 844 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup()
|