Home
last modified time | relevance | path

Searched refs:xfs_da_args (Results 1 – 25 of 27) sorted by relevance

12

/linux/fs/xfs/libxfs/
A Dxfs_dir2_priv.h44 enum xfs_dacmp xfs_ascii_ci_compname(struct xfs_da_args *args,
48 extern int xfs_dir_cilookup_result(struct xfs_da_args *args,
55 extern int xfs_dir2_block_addname(struct xfs_da_args *args);
56 extern int xfs_dir2_block_lookup(struct xfs_da_args *args);
58 extern int xfs_dir2_block_replace(struct xfs_da_args *args);
59 extern int xfs_dir2_leaf_to_block(struct xfs_da_args *args,
116 extern int xfs_dir2_leaf_lookup(struct xfs_da_args *args);
141 struct xfs_da_args *args, int *indexp,
173 extern int xfs_dir2_sf_addname(struct xfs_da_args *args);
175 extern int xfs_dir2_sf_lookup(struct xfs_da_args *args);
[all …]
A Dxfs_attr_leaf.h12 struct xfs_da_args;
50 int xfs_attr_shortform_lookup(struct xfs_da_args *args);
52 int xfs_attr_shortform_to_leaf(struct xfs_da_args *args,
54 int xfs_attr_sf_removename(struct xfs_da_args *args);
55 int xfs_attr_sf_findname(struct xfs_da_args *args,
66 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
68 struct xfs_da_args *args, int forkoff);
70 int xfs_attr3_leaf_setflag(struct xfs_da_args *args);
80 struct xfs_da_args *args);
83 struct xfs_da_args *args);
[all …]
A Dxfs_attr.h10 struct xfs_da_args;
462 struct xfs_da_args *da_args;
489 int xfs_attr_get_ilocked(struct xfs_da_args *args);
490 int xfs_attr_get(struct xfs_da_args *args);
491 int xfs_attr_set(struct xfs_da_args *args);
492 int xfs_attr_set_args(struct xfs_da_args *args);
493 int xfs_attr_remove_args(struct xfs_da_args *args);
497 struct xfs_da_args *args);
A Dxfs_dir2.h12 struct xfs_da_args;
59 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
64 extern int xfs_dir2_isblock(struct xfs_da_args *args, int *r);
65 extern int xfs_dir2_isleaf(struct xfs_da_args *args, int *r);
66 extern int xfs_dir2_shrink_inode(struct xfs_da_args *args, xfs_dir2_db_t db,
71 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args,
73 extern void xfs_dir2_data_log_header(struct xfs_da_args *args,
75 extern void xfs_dir2_data_log_unused(struct xfs_da_args *args,
77 extern void xfs_dir2_data_make_free(struct xfs_da_args *args,
80 extern int xfs_dir2_data_use_free(struct xfs_da_args *args,
A Dxfs_attr.c110 struct xfs_da_args *args) in xfs_attr_get_ilocked()
142 struct xfs_da_args *args) in xfs_attr_get()
171 struct xfs_da_args *args, in xfs_attr_calc_size()
205 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
276 struct xfs_da_args *args) in xfs_attr_set_args()
647 struct xfs_da_args *args) in xfs_attr_lookup()
676 struct xfs_da_args *args) in xfs_attr_remove_args()
703 struct xfs_da_args *args) in xfs_attr_set()
895 struct xfs_da_args *args) in xfs_attr_save_rmt_blk()
907 struct xfs_da_args *args) in xfs_attr_restore_rmt_blk()
[all …]
A Dxfs_attr_remote.h11 int xfs_attr_rmtval_get(struct xfs_da_args *args);
14 int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);
16 int xfs_attr_rmt_find_hole(struct xfs_da_args *args);
17 int xfs_attr_rmtval_set_value(struct xfs_da_args *args);
A Dxfs_dir2.c70 struct xfs_da_args *args, in xfs_ascii_ci_compname()
218 struct xfs_da_args *args; in xfs_dir_init()
250 struct xfs_da_args *args; in xfs_dir_createname()
313 struct xfs_da_args *args, in xfs_dir_cilookup_result()
346 struct xfs_da_args *args; in xfs_dir_lookup()
424 struct xfs_da_args *args; in xfs_dir_removename()
482 struct xfs_da_args *args; in xfs_dir_replace()
556 struct xfs_da_args *args, in xfs_dir2_grow_inode()
600 struct xfs_da_args *args, in xfs_dir2_isblock()
622 struct xfs_da_args *args, in xfs_dir2_isleaf()
[all …]
A Dxfs_da_btree.h54 typedef struct xfs_da_args { struct
168 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
203 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
217 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
221 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
A Dxfs_attr_remote.c382 struct xfs_da_args *args) in xfs_attr_rmtval_get()
446 struct xfs_da_args *args) in xfs_attr_rmt_find_hole()
473 struct xfs_da_args *args) in xfs_attr_rmtval_set_value()
573 struct xfs_da_args *args = dac->da_args; in xfs_attr_rmtval_find_space()
603 struct xfs_da_args *args = dac->da_args; in xfs_attr_rmtval_set_blk()
633 struct xfs_da_args *args) in xfs_attr_rmtval_invalidate()
678 struct xfs_da_args *args = dac->da_args; in xfs_attr_rmtval_remove()
A Dxfs_attr_leaf.c450 struct xfs_da_args *args, in xfs_attr_match()
471 struct xfs_da_args *args, in xfs_attr_copy_value()
652 struct xfs_da_args *args) in xfs_attr_shortform_create()
681 struct xfs_da_args *args, in xfs_attr_sf_findname()
876 struct xfs_da_args *args) in xfs_attr_shortform_getvalue()
1094 struct xfs_da_args *args, in xfs_attr3_leaf_to_shortform()
1101 struct xfs_da_args nargs; in xfs_attr3_leaf_to_shortform()
1176 struct xfs_da_args *args) in xfs_attr3_leaf_to_node()
1247 struct xfs_da_args *args, in xfs_attr3_leaf_create()
1360 struct xfs_da_args *args) in xfs_attr3_leaf_add()
[all …]
A Dxfs_dir2_data.c691 struct xfs_da_args *args, /* directory operation args */ in xfs_dir3_data_init()
762 struct xfs_da_args *args, in xfs_dir2_data_log_entry()
784 struct xfs_da_args *args, in xfs_dir2_data_log_header()
804 struct xfs_da_args *args, in xfs_dir2_data_log_unused()
836 struct xfs_da_args *args, in xfs_dir2_data_make_free()
1054 struct xfs_da_args *args, in xfs_dir2_data_use_free()
A Dxfs_da_btree.c83 struct xfs_da_args *args) in xfs_da_state_alloc()
421 struct xfs_da_args *args, in xfs_da3_node_create()
642 struct xfs_da_args *args; in xfs_da3_root_split()
1173 struct xfs_da_args *args; in xfs_da3_root_join()
1577 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1797 struct xfs_da_args *args; in xfs_da3_blk_link()
1890 struct xfs_da_args *args; in xfs_da3_blk_unlink()
1971 struct xfs_da_args *args; in xfs_da3_path_shift()
2128 struct xfs_da_args *args, in xfs_da_compname()
2138 struct xfs_da_args *args, in xfs_da_grow_inode_int()
[all …]
A Dxfs_dir2_leaf.c29 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,
31 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args,
610 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_leaf_addname()
1059 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests()
1085 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents()
1112 struct xfs_da_args *args, in xfs_dir3_leaf_log_header()
1132 struct xfs_da_args *args, in xfs_dir3_leaf_log_tail()
A Dxfs_dir2_node.c364 struct xfs_da_args *args, in xfs_dir2_free_log_bests()
385 struct xfs_da_args *args, in xfs_dir2_free_log_header()
495 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_leafn_add()
1678 struct xfs_da_args *args, in xfs_dir2_node_add_datablk()
1790 struct xfs_da_args *args, in xfs_dir2_node_find_freeblk()
1895 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_node_addname_int()
2127 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_node_removename()
A Dxfs_dir2_block.c300 struct xfs_da_args *args, in xfs_dir2_block_compact()
1069 struct xfs_da_args *args) in xfs_dir2_sf_to_block()
A Dxfs_dir2_sf.c258 struct xfs_da_args *args, /* operation arguments */ in xfs_dir2_block_to_sf()
/linux/fs/xfs/
A Dxfs_dir2_readdir.c46 struct xfs_da_args *args, in xfs_dir2_sf_getdents()
140 struct xfs_da_args *args, in xfs_dir2_block_getdents()
241 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf()
345 struct xfs_da_args *args, in xfs_dir2_leaf_getdents()
509 struct xfs_da_args args = { NULL }; in xfs_readdir()
A Dxfs_xattr.c26 struct xfs_da_args args = { in xfs_xattr_get()
48 struct xfs_da_args args = { in xfs_xattr_set()
A Dxfs_acl.c133 struct xfs_da_args args = { in xfs_get_acl()
177 struct xfs_da_args args = { in __xfs_set_acl()
A Dxfs_trace.h53 struct xfs_da_args;
1918 TP_PROTO(struct xfs_da_args *args),
1953 TP_PROTO(struct xfs_da_args *args), \
1982 TP_PROTO(struct xfs_da_args *args),
2026 TP_PROTO(struct xfs_da_args *args), \
2071 TP_PROTO(struct xfs_da_args *args), \
2095 TP_PROTO(struct xfs_da_args *args, int idx),
2118 TP_PROTO(struct xfs_da_args *args, int idx), \
2126 TP_PROTO(struct xfs_da_args *args, int src_idx, int dst_idx, int count),
A Dxfs_ioctl.c472 struct xfs_da_args args = { in xfs_attrmulti_attr_get()
506 struct xfs_da_args args = { in xfs_attrmulti_attr_set()
/linux/fs/xfs/scrub/
A Ddabtree.h12 struct xfs_da_args dargs;
A Ddir.c499 struct xfs_da_args *args, in xchk_directory_leaf1_bestfree()
609 struct xfs_da_args *args, in xchk_directory_free_bestfree()
664 struct xfs_da_args args; in xchk_directory_blocks()
A Dattr.c114 struct xfs_da_args args = { NULL }; in xchk_xattr_listent()
A Ddabtree.c320 struct xfs_da_args *dargs = &ds->dargs; in xchk_da_btree_block()

Completed in 60 milliseconds

12