Searched refs:xfs_da_args_t (Results 1 – 6 of 6) sorted by relevance
| /fs/xfs/libxfs/ |
| A D | xfs_dir2_sf.c | 22 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args, 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() 456 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy() 505 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard() 593 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_pick() 662 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_check() 793 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_create() [all …]
|
| A D | xfs_da_btree.h | 88 } xfs_da_args_t; typedef 132 xfs_da_args_t *args; /* filename arguments */ 211 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno); 222 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
|
| A D | xfs_dir2_node.c | 324 xfs_da_args_t *args, in xfs_dir3_free_get_buf() 412 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node() 635 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname() 789 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry() 944 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int() 960 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents() 1076 xfs_da_args_t *args; /* operation arguments */ in xfs_dir2_leafn_rebalance() 1190 xfs_da_args_t *args, in xfs_dir3_data_block_free() 1272 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_remove() 1433 xfs_da_args_t *args; /* operation arguments */ in xfs_dir2_leafn_split() [all …]
|
| A D | xfs_dir2_leaf.c | 27 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 403 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf() 435 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf() 973 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact() 1212 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup() 1267 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int() 1399 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename() 1549 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace() 1601 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash() 1651 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_trim_data() [all …]
|
| A D | xfs_dir2_block.c | 31 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp, 358 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname() 638 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup() 683 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int() 786 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename() 867 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace() 930 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block()
|
| A D | xfs_attr.c | 46 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args); 51 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args); 52 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args); 58 STATIC int xfs_attr_node_get(xfs_da_args_t *args); 1298 xfs_attr_leaf_get(xfs_da_args_t *args) in xfs_attr_leaf_get()
|
Completed in 20 milliseconds