Searched refs:xfs_da_args_t (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_da_btree.h82 } xfs_da_args_t; typedef in typeref:struct:xfs_da_args
130 xfs_da_args_t *args; /* filename arguments */
209 int xfs_da_grow_inode(xfs_da_args_t *args, xfs_dablk_t *new_blkno);
220 int xfs_da_shrink_inode(xfs_da_args_t *args, xfs_dablk_t dead_blkno,
H A Dxfs_dir2_sf.c22 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 */
456 xfs_da_args_t *args, /* operation arguments */
505 xfs_da_args_t *args, /* operation arguments */
593 xfs_da_args_t *arg
[all...]
H A Dxfs_dir2_block.c31 static int xfs_dir2_block_lookup_int(xfs_da_args_t *args, struct xfs_buf **bpp,
353 xfs_da_args_t *args) /* directory op arguments */
633 xfs_da_args_t *args) /* dir lookup arguments */
678 xfs_da_args_t *args, /* dir lookup arguments */
781 xfs_da_args_t *args) /* directory operation args */
862 xfs_da_args_t *args) /* directory operation args */
925 xfs_da_args_t *args, /* operation arguments */
H A Dxfs_dir2_node.c28 static int xfs_dir2_leafn_add(struct xfs_buf *bp, xfs_da_args_t *args,
33 static int xfs_dir2_leafn_remove(xfs_da_args_t *args, struct xfs_buf *bp,
320 xfs_da_args_t *args,
408 xfs_da_args_t *args, /* operation arguments */
631 xfs_da_args_t *args, /* operation arguments */
785 xfs_da_args_t *args, /* operation arguments */
940 xfs_da_args_t *args, /* operation arguments */
956 xfs_da_args_t *args, /* operation arguments */
1072 xfs_da_args_t *args; /* operation arguments */
1186 xfs_da_args_t *arg
[all...]
H A Dxfs_dir2_leaf.c27 static int xfs_dir2_leaf_lookup_int(xfs_da_args_t *args, struct xfs_buf **lbpp,
352 xfs_da_args_t *args,
385 xfs_da_args_t *args, /* operation arguments */
922 xfs_da_args_t *args, /* operation arguments */
1161 xfs_da_args_t *args) /* operation arguments */
1216 xfs_da_args_t *args, /* operation arguments */
1347 xfs_da_args_t *args) /* operation arguments */
1497 xfs_da_args_t *args) /* operation arguments */
1549 xfs_da_args_t *args, /* operation arguments */
1599 xfs_da_args_t *arg
[all...]
H A Dxfs_attr.c45 STATIC int xfs_attr_shortform_addname(xfs_da_args_t *args);
50 STATIC int xfs_attr_leaf_get(xfs_da_args_t *args);
51 STATIC int xfs_attr_leaf_removename(xfs_da_args_t *args);
58 STATIC int xfs_attr_node_get(xfs_da_args_t *args);
1268 xfs_attr_leaf_get(xfs_da_args_t *args)

Completed in 129 milliseconds