| /fs/btrfs/tests/ |
| A D | delayed-refs-tests.c | 27 enum btrfs_delayed_ref_action action; member 127 if (node->action != check->action) { in validate_ref_node() 129 check->action); in validate_ref_node() 177 .action = node_check->action, in simple_test() 249 .action = BTRFS_ADD_DELAYED_REF, in simple_tests() 345 .action = BTRFS_ADD_DELAYED_REF, in merge_tests() 361 .action = BTRFS_ADD_DELAYED_REF, in merge_tests() 433 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests() 560 ref.action = BTRFS_ADD_DELAYED_REF; in merge_tests() 786 .action = BTRFS_DROP_DELAYED_REF, in select_delayed_refs_test() [all …]
|
| /fs/bcachefs/ |
| A D | error.c | 303 unsigned len = strlen(action); in prt_actioning() 308 if (action[len - 1] == 'e') in prt_actioning() 311 prt_bytes(out, action, len); in prt_actioning() 324 const char *action) in do_fsck_ask_yn() argument 327 prt_str(question, action); in do_fsck_ask_yn() 497 if (!action) { in __bch2_fsck_err() 519 prt_actioning(out, action); in __bch2_fsck_err() 538 prt_actioning(out, action); in __bch2_fsck_err() 571 prt_actioning(out, action); in __bch2_fsck_err() 645 if (action != action_orig) in __bch2_fsck_err() [all …]
|
| /fs/btrfs/ |
| A D | delayed-ref.c | 404 if (ref->action == next->action) { in merge_ref() 601 if (exist->action == ref->action) { in insert_delayed_ref() 606 exist->action = ref->action; in insert_delayed_ref() 736 switch (generic_ref->action) { in init_delayed_ref_head() 925 int action = generic_ref->action; in init_delayed_ref_common() local 928 if (action == BTRFS_ADD_DELAYED_EXTENT) in init_delayed_ref_common() 929 action = BTRFS_ADD_DELAYED_REF; in init_delayed_ref_common() 938 ref->action = action; in init_delayed_ref_common() 1000 int action = generic_ref->action; in add_delayed_ref() local 1047 action, &qrecord_inserted); in add_delayed_ref() [all …]
|
| A D | ref-verify.c | 52 int action; member 659 int action = generic_ref->action; in btrfs_ref_tree_mod() local 696 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod() 711 ra->action = action; in btrfs_ref_tree_mod() 719 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod() 780 action, bytenr, num_bytes); in btrfs_ref_tree_mod() 789 action); in btrfs_ref_tree_mod() 809 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 837 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 866 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() [all …]
|
| A D | delayed-ref.h | 103 unsigned int action:8; member 269 enum btrfs_delayed_ref_action action; member
|
| A D | sysfs.h | 33 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
|
| A D | extent-tree.c | 1453 generic_ref->action); in btrfs_inc_extent_ref() 1791 node->action, node->ref_mod, ret); in run_one_delayed_ref() 1943 switch (ref->action) { in btrfs_run_delayed_refs_for_head() 2470 int action; in __btrfs_mod_ref() local 2489 action = BTRFS_ADD_DELAYED_REF; in __btrfs_mod_ref() 2491 action = BTRFS_DROP_DELAYED_REF; in __btrfs_mod_ref() 2495 .action = action, in __btrfs_mod_ref() 3448 .action = BTRFS_DROP_DELAYED_REF, in btrfs_free_tree_block() 4958 .action = BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_reserved_file_extent() 5192 .action = BTRFS_ADD_DELAYED_EXTENT, in btrfs_alloc_tree_block() [all …]
|
| /fs/xfs/ |
| A D | xfs_hooks.h | 37 typedef int (*xfs_hook_fn_t)(struct xfs_hook *hook, unsigned long action, 43 int xfs_hooks_call(struct xfs_hooks *chain, unsigned long action,
|
| /fs/xfs/scrub/ |
| A D | quotacheck.c | 209 unsigned long action, in xqcheck_mod_live_ino_dqtrx() argument 221 switch (action) { in xqcheck_mod_live_ino_dqtrx() 281 switch (action) { in xqcheck_mod_live_ino_dqtrx() 315 unsigned long action, in xqcheck_apply_live_dqtrx() argument 359 if (action == XFS_APPLY_DQTRX_COMMIT) { in xqcheck_apply_live_dqtrx()
|
| A D | parent_repair.c | 97 uint8_t action; member 299 switch (pptr->action) { in xrep_parent_replay_update() 378 .action = XREP_PPTR_ADD, in xrep_parent_stash_parentadd() 404 .action = XREP_PPTR_REMOVE, in xrep_parent_stash_parentremove() 632 unsigned long action, in xrep_parent_live_update() argument
|
| A D | attr_repair.c | 144 uint8_t action; member 1113 switch (pptr->action) { in xrep_xattr_replay_pptr_update() 1195 .action = XREP_XATTR_PPTR_ADD, in xrep_xattr_stash_parentadd() 1221 .action = XREP_XATTR_PPTR_REMOVE, in xrep_xattr_stash_parentremove() 1243 unsigned long action, in xrep_xattr_live_dirent_update() argument
|
| A D | rtrmap_repair.c | 839 unsigned long action, in xrep_rtrmapbt_live_update() argument 855 trace_xrep_rmap_live_update(rtg_group(rr->sc->sr.rtg), action, p); in xrep_rtrmapbt_live_update() 861 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rtrmapbt_live_update()
|
| A D | dir_repair.c | 109 uint8_t action; member 330 .action = XREP_DIRENT_ADD, in xrep_dir_stash_createname() 357 .action = XREP_DIRENT_REMOVE, in xrep_dir_stash_removename() 759 switch (dirent->action) { in xrep_dir_replay_update() 1352 unsigned long action, in xrep_dir_live_update() argument
|
| A D | dirtree.c | 696 unsigned long action, in xchk_dirtree_live_update() argument 706 trace_xchk_dirtree_live_update(dl->sc, p->dp, action, p->ip, p->delta, in xchk_dirtree_live_update()
|
| A D | nlinks.c | 162 unsigned long action, in xchk_nlinks_live_update() argument 178 trace_xchk_nlinks_live_update(xnc->sc->mp, p->dp, action, p->ip->i_ino, in xchk_nlinks_live_update()
|
| A D | rmap_repair.c | 1605 unsigned long action, in xrep_rmapbt_live_update() argument 1621 trace_xrep_rmap_live_update(pag_group(rr->sc->sa.pag), action, p); in xrep_rmapbt_live_update() 1627 error = __xfs_rmap_finish_intent(mcur, action, p->startblock, in xrep_rmapbt_live_update()
|
| A D | findparent.c | 214 unsigned long action, in xrep_findparent_live_update() argument
|
| A D | trace.h | 1506 int action, xfs_ino_t ino, int delta, 1508 TP_ARGS(mp, dp, action, ino, delta, name, namelen), 1512 __field(int, action) 1521 __entry->action = action; 1901 int action, const struct xfs_inode *ip, int delta, 1903 TP_ARGS(sc, dp, action, ip, delta, xname), 1907 __field(int, action) 1916 __entry->action = action;
|
| /fs/xfs/libxfs/ |
| A D | xfs_da_btree.c | 562 int action = 0; in xfs_da3_split() local 640 if (action) in xfs_da3_split() 1133 int action = 0; in xfs_da3_join() local 1161 if (action == 0) in xfs_da3_join() 1169 if (action == 0) in xfs_da3_join() 1309 int *action) in xfs_da3_node_toosmall() argument 1359 *action = 0; in xfs_da3_node_toosmall() 1361 *action = 2; in xfs_da3_node_toosmall() 1407 *action = 0; in xfs_da3_node_toosmall() 1426 *action = 0; in xfs_da3_node_toosmall() [all …]
|
| A D | xfs_attr_leaf.c | 2003 int *action) in xfs_attr3_leaf_toosmall() argument 2030 *action = 0; /* blk over 50%, don't try to join */ in xfs_attr3_leaf_toosmall() 2052 *action = 0; in xfs_attr3_leaf_toosmall() 2054 *action = 2; in xfs_attr3_leaf_toosmall() 2095 *action = 0; in xfs_attr3_leaf_toosmall() 2114 *action = 0; in xfs_attr3_leaf_toosmall() 2116 *action = 1; in xfs_attr3_leaf_toosmall()
|
| A D | xfs_dir2_node.c | 1496 int *action) /* resulting action to take */ in xfs_dir2_leafn_toosmall() argument 1529 *action = 0; in xfs_dir2_leafn_toosmall() 1549 *action = rval ? 2 : 0; in xfs_dir2_leafn_toosmall() 1598 *action = 0; in xfs_dir2_leafn_toosmall() 1616 *action = rval ? 0 : 1; in xfs_dir2_leafn_toosmall()
|
| A D | xfs_dir2_priv.h | 148 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
|
| /fs/proc/ |
| A D | kcore.c | 675 unsigned long action, void *arg) in kcore_callback() argument 677 switch (action) { in kcore_callback()
|
| /fs/ubifs/ |
| A D | debug.h | 278 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len);
|
| /fs/ |
| A D | exec.c | 1068 memcpy(newsighand->action, oldsighand->action, in unshare_sighand() 1069 sizeof(newsighand->action)); in unshare_sighand()
|