Home
last modified time | relevance | path

Searched refs:xfs_da_args (Results 1 – 25 of 41) 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,
117 extern int xfs_dir2_leaf_lookup(struct xfs_da_args *args);
142 struct xfs_da_args *args, int *indexp,
174 extern int xfs_dir2_sf_addname(struct xfs_da_args *args);
176 extern int xfs_dir2_sf_lookup(struct xfs_da_args *args);
[all …]
A Dxfs_attr_leaf.h12 struct xfs_da_args;
48 void xfs_attr_shortform_create(struct xfs_da_args *args);
52 int xfs_attr_sf_removename(struct xfs_da_args *args);
63 int xfs_attr3_leaf_to_node(struct xfs_da_args *args);
65 struct xfs_da_args *args, int forkoff);
66 int xfs_attr3_leaf_clearflag(struct xfs_da_args *args);
67 int xfs_attr3_leaf_setflag(struct xfs_da_args *args);
68 int xfs_attr3_leaf_flipflags(struct xfs_da_args *args);
77 struct xfs_da_args *args);
80 struct xfs_da_args *args);
[all …]
A Dxfs_attr.h10 struct xfs_da_args;
511 struct xfs_da_args *xattri_da_args;
551 int xfs_attr_get_ilocked(struct xfs_da_args *args);
552 int xfs_attr_get(struct xfs_da_args *args);
561 int xfs_attr_set(struct xfs_da_args *args, enum xfs_attr_update op, bool rsvd);
567 int xfs_attr_calc_size(struct xfs_da_args *args, int *local);
568 struct xfs_trans_res xfs_attr_set_resv(const struct xfs_da_args *args);
584 xfs_attr_init_add_state(struct xfs_da_args *args) in xfs_attr_init_add_state()
606 xfs_attr_init_remove_state(struct xfs_da_args *args) in xfs_attr_init_remove_state()
623 xfs_attr_init_replace_state(struct xfs_da_args *args) in xfs_attr_init_replace_state()
[all …]
A Dxfs_dir2.h12 struct xfs_da_args;
79 int xfs_dir_lookup_args(struct xfs_da_args *args);
80 int xfs_dir_createname_args(struct xfs_da_args *args);
81 int xfs_dir_removename_args(struct xfs_da_args *args);
82 int xfs_dir_replace_args(struct xfs_da_args *args);
87 extern int xfs_dir2_sf_to_block(struct xfs_da_args *args);
97 extern void xfs_dir2_data_log_entry(struct xfs_da_args *args,
99 extern void xfs_dir2_data_log_header(struct xfs_da_args *args,
101 extern void xfs_dir2_data_log_unused(struct xfs_da_args *args,
103 extern void xfs_dir2_data_make_free(struct xfs_da_args *args,
[all …]
A Dxfs_attr.c227 struct xfs_da_args *args) in xfs_attr_get_ilocked()
269 struct xfs_da_args *args) in xfs_attr_get()
300 struct xfs_da_args *args, in xfs_attr_calc_size()
355 struct xfs_da_args *args) in xfs_attr_try_sf_addname()
442 struct xfs_da_args *args) in xfs_attr_save_rmt_blk()
457 struct xfs_da_args *args) in xfs_attr_restore_rmt_blk()
473 struct xfs_da_args *args) in xfs_attr_update_pptr_replace_args()
669 struct xfs_da_args *args, in xfs_attr_leaf_mark_incomplete()
777 struct xfs_da_args *args) in xfs_attr_leaf_shrink()
960 struct xfs_da_args *args) in xfs_attr_lookup()
[all …]
A Dxfs_attr_remote.h17 int xfs_attr_rmtval_get(struct xfs_da_args *args);
20 int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);
22 int xfs_attr_rmt_find_hole(struct xfs_da_args *args);
23 int xfs_attr_rmtval_set_value(struct xfs_da_args *args);
A Dxfs_da_btree.h55 typedef struct xfs_da_args { struct
177 int xfs_da3_node_create(struct xfs_da_args *args, xfs_dablk_t blkno,
212 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
228 enum xfs_dacmp xfs_da_compname(struct xfs_da_args *args,
232 struct xfs_da_state *xfs_da_state_alloc(struct xfs_da_args *args);
234 void xfs_da_state_reset(struct xfs_da_state *state, struct xfs_da_args *args);
A Dxfs_parent.c151 struct xfs_da_args *args, in xfs_parent_da_args_init()
310 struct xfs_da_args *scratch) in xfs_parent_lookup()
312 memset(scratch, 0, sizeof(struct xfs_da_args)); in xfs_parent_lookup()
346 struct xfs_da_args *scratch) in xfs_parent_set()
353 memset(scratch, 0, sizeof(struct xfs_da_args)); in xfs_parent_set()
369 struct xfs_da_args *scratch) in xfs_parent_unset()
376 memset(scratch, 0, sizeof(struct xfs_da_args)); in xfs_parent_unset()
A Dxfs_parent.h49 struct xfs_da_args args;
102 struct xfs_da_args *scratch);
105 struct xfs_da_args *scratch);
108 struct xfs_da_args *scratch);
A Dxfs_dir2.c86 struct xfs_da_args *args, in xfs_ascii_ci_compname()
243 struct xfs_da_args *args; in xfs_dir_init()
266 struct xfs_da_args *args, in xfs_dir2_format()
299 struct xfs_da_args *args) in xfs_dir_createname_args()
332 struct xfs_da_args *args; in xfs_dir_createname()
372 struct xfs_da_args *args, in xfs_dir_cilookup_result()
394 struct xfs_da_args *args) in xfs_dir_lookup_args()
434 struct xfs_da_args *args; in xfs_dir_lookup()
472 struct xfs_da_args *args) in xfs_dir_removename_args()
501 struct xfs_da_args *args; in xfs_dir_removename()
[all …]
A Dxfs_attr_remote.c397 struct xfs_da_args *args) in xfs_attr_rmtval_get()
462 struct xfs_da_args *args) in xfs_attr_rmt_find_hole()
489 struct xfs_da_args *args) in xfs_attr_rmtval_set_value()
596 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_find_space()
626 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_set_blk()
656 struct xfs_da_args *args) in xfs_attr_rmtval_invalidate()
703 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_rmtval_remove()
A Dxfs_attr_leaf.c542 struct xfs_da_args *args, in xfs_attr_match()
566 struct xfs_da_args *args, in xfs_attr_copy_value()
754 struct xfs_da_args *args) in xfs_attr_shortform_create()
777 struct xfs_da_args *args) in xfs_attr_sf_findname()
1124 struct xfs_da_args *args, in xfs_attr3_leaf_to_shortform()
1131 struct xfs_da_args nargs; in xfs_attr3_leaf_to_shortform()
1212 struct xfs_da_args *args) in xfs_attr3_leaf_to_node()
1284 struct xfs_da_args *args, in xfs_attr3_leaf_create()
1403 struct xfs_da_args *args) in xfs_attr3_leaf_add()
1484 struct xfs_da_args *args, in xfs_attr3_leaf_add_work()
[all …]
A Dxfs_health.h54 struct xfs_da_args;
216 void xfs_da_mark_sick(struct xfs_da_args *args);
A Dxfs_dir2_data.c718 struct xfs_da_args *args, /* directory operation args */ in xfs_dir3_data_init()
789 struct xfs_da_args *args, in xfs_dir2_data_log_entry()
811 struct xfs_da_args *args, in xfs_dir2_data_log_header()
831 struct xfs_da_args *args, in xfs_dir2_data_log_unused()
863 struct xfs_da_args *args, in xfs_dir2_data_make_free()
1081 struct xfs_da_args *args, in xfs_dir2_data_use_free()
A Dxfs_da_btree.c85 struct xfs_da_args *args) in xfs_da_state_alloc()
125 struct xfs_da_args *args) in xfs_da_state_reset()
504 struct xfs_da_args *args, in xfs_da3_node_create()
731 struct xfs_da_args *args; in xfs_da3_root_split()
1242 struct xfs_da_args *args; in xfs_da3_root_join()
1655 struct xfs_da_args *args; in xfs_da3_node_lookup_int()
1903 struct xfs_da_args *args; in xfs_da3_blk_link()
2011 struct xfs_da_args *args; in xfs_da3_blk_unlink()
2107 struct xfs_da_args *args; in xfs_da3_path_shift()
2283 struct xfs_da_args *args, in xfs_da_compname()
[all …]
A Dxfs_dir2_leaf.c30 static void xfs_dir3_leaf_log_bests(struct xfs_da_args *args,
32 static void xfs_dir3_leaf_log_tail(struct xfs_da_args *args,
358 struct xfs_da_args *args, in xfs_dir3_leaf_init()
666 struct xfs_da_args *args) /* operation arguments */ in xfs_dir2_leaf_addname()
1116 struct xfs_da_args *args, in xfs_dir3_leaf_log_bests()
1142 struct xfs_da_args *args, in xfs_dir3_leaf_log_ents()
1169 struct xfs_da_args *args, in xfs_dir3_leaf_log_header()
1189 struct xfs_da_args *args, in xfs_dir3_leaf_log_tail()
/linux/fs/xfs/
A Dxfs_xattr.c80 struct xfs_da_args *args, in xfs_attr_change()
138 struct xfs_da_args args = { in xfs_xattr_get()
177 struct xfs_da_args args = { in xfs_xattr_set()
A Dxfs_dir2_readdir.c47 struct xfs_da_args *args, in xfs_dir2_sf_getdents()
141 struct xfs_da_args *args, in xfs_dir2_block_getdents()
244 struct xfs_da_args *args, in xfs_dir2_leaf_readbuf()
349 struct xfs_da_args *args, in xfs_dir2_leaf_getdents()
517 struct xfs_da_args args = { NULL }; in xfs_readdir()
A Dxfs_xattr.h10 int xfs_attr_change(struct xfs_da_args *args, enum xfs_attr_update op);
A Dxfs_attr_item.c375 struct xfs_da_args *args = attr->xattri_da_args; in xfs_attr_log_item()
420 struct xfs_da_args *args; in xfs_attr_create_intent()
485 struct xfs_da_args *args; in xfs_attr_finish_item()
640 struct xfs_da_args *args; in xfs_attri_recover_work()
676 sizeof(struct xfs_da_args), GFP_KERNEL | __GFP_NOFAIL); in xfs_attri_recover_work()
677 args = (struct xfs_da_args *)(attr + 1); in xfs_attri_recover_work()
743 struct xfs_da_args *args; in xfs_attr_recover_work()
873 struct xfs_da_args *args, in xfs_attr_defer_add()
A Dxfs_attr_item.h62 void xfs_attr_defer_add(struct xfs_da_args *args, enum xfs_attr_defer_op op);
A Dxfs_acl.c134 struct xfs_da_args args = { in xfs_get_acl()
178 struct xfs_da_args args = { in __xfs_set_acl()
/linux/fs/xfs/scrub/
A Ddabtree.h12 struct xfs_da_args dargs;
A Ddirtree.h100 struct xfs_da_args pptr_args;
A Dreaddir.c273 struct xfs_da_args args = { in xchk_dir_walk()
313 struct xfs_da_args args = { in xchk_dir_lookup()

Completed in 58 milliseconds

12