Searched refs:xfs_da_args_t (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_da_btree.h | 74 } xfs_da_args_t; typedef 114 xfs_da_args_t *args; /* filename arguments */ 179 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno); 192 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
|
D | xfs_dir2_sf.c | 25 static void xfs_dir2_sf_addname_easy(xfs_da_args_t *args, 29 static void xfs_dir2_sf_addname_hard(xfs_da_args_t *args, int objchange, 31 static int xfs_dir2_sf_addname_pick(xfs_da_args_t *args, int objchange, 35 static void xfs_dir2_sf_check(xfs_da_args_t *args); 40 static void xfs_dir2_sf_toino4(xfs_da_args_t *args); 41 static void xfs_dir2_sf_toino8(xfs_da_args_t *args); 141 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_sf() 266 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_addname() 365 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_easy() 418 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_sf_addname_hard() [all …]
|
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_addname(xfs_da_args_t *args); 53 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args); 58 STATIC int xfs_attr_node_get(xfs_da_args_t *args); 59 STATIC int xfs_attr_node_addname(xfs_da_args_t *args); 60 STATIC int xfs_attr_node_removename(xfs_da_args_t *args); 500 xfs_attr_shortform_addname(xfs_da_args_t *args) in xfs_attr_shortform_addname() 778 xfs_attr_leaf_get(xfs_da_args_t *args) in xfs_attr_leaf_get() 1283 xfs_attr_node_get(xfs_da_args_t *args) in xfs_attr_node_get()
|
D | xfs_dir2_node.c | 29 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args, 34 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp, 37 static int xfs_dir2_node_addname_int(xfs_da_args_t *args, 250 xfs_da_args_t *args, in xfs_dir3_free_get_buf() 340 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_node() 430 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_add() 567 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_addname() 722 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_for_entry() 875 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leafn_lookup_int() 891 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leafn_moveents() [all …]
|
D | xfs_dir2_leaf.c | 29 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp, 359 xfs_da_args_t *args, in xfs_dir3_leaf_get_buf() 392 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_block_to_leaf() 624 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_addname() 933 xfs_da_args_t *args, /* operation arguments */ in xfs_dir3_leaf_compact() 1174 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_lookup() 1230 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_lookup_int() 1362 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_removename() 1507 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_leaf_replace() 1561 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_search_hash() [all …]
|
D | xfs_dir2_block.c | 33 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp, 325 xfs_da_args_t *args) /* directory op arguments */ in xfs_dir2_block_addname() 605 xfs_da_args_t *args) /* dir lookup arguments */ in xfs_dir2_block_lookup() 650 xfs_da_args_t *args, /* dir lookup arguments */ in xfs_dir2_block_lookup_int() 755 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_removename() 835 xfs_da_args_t *args) /* directory operation args */ in xfs_dir2_block_replace() 898 xfs_da_args_t *args, /* operation arguments */ in xfs_dir2_leaf_to_block() 1045 xfs_da_args_t *args) /* operation arguments */ in xfs_dir2_sf_to_block()
|
D | xfs_attr_leaf.c | 533 xfs_attr_shortform_create(xfs_da_args_t *args) in xfs_attr_shortform_create() 565 xfs_attr_shortform_add(xfs_da_args_t *args, int forkoff) in xfs_attr_shortform_add() 637 xfs_attr_shortform_remove(xfs_da_args_t *args) in xfs_attr_shortform_remove() 708 xfs_attr_shortform_lookup(xfs_da_args_t *args) in xfs_attr_shortform_lookup() 739 xfs_attr_shortform_getvalue(xfs_da_args_t *args) in xfs_attr_shortform_getvalue()
|
D | xfs_dir2_data.c | 636 xfs_da_args_t *args, /* directory operation args */ in xfs_dir3_data_init()
|