/fs/btrfs/ |
D | delayed-ref.c | 457 if (ref->action == next->action) { in merge_ref() 597 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 605 if (exist->action == ref->action) { in insert_delayed_ref() 610 exist->action = ref->action; in insert_delayed_ref() 613 if (ref->action == BTRFS_ADD_DELAYED_REF) in insert_delayed_ref() 616 else if (ref->action == BTRFS_DROP_DELAYED_REF) { in insert_delayed_ref() 720 u64 reserved, int action, bool is_data, in init_delayed_ref_head() argument 729 switch (action) { in init_delayed_ref_head() 792 int action, bool *qrecord_inserted_ret) in add_delayed_ref_head() argument 809 trace_add_delayed_ref_head(trans->fs_info, head_ref, action); in add_delayed_ref_head() [all …]
|
D | ref-verify.c | 52 int action; member 614 ra->action, ra->root, ra->ref.root_objectid, ra->ref.parent, in dump_ref_action() 669 int action = generic_ref->action; in btrfs_ref_tree_mod() local 706 ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1; in btrfs_ref_tree_mod() 721 ra->action = action; in btrfs_ref_tree_mod() 729 if (action == BTRFS_ADD_DELAYED_EXTENT) { in btrfs_ref_tree_mod() 790 action, bytenr, num_bytes); in btrfs_ref_tree_mod() 799 action); in btrfs_ref_tree_mod() 819 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() 847 if (action == BTRFS_DROP_DELAYED_REF) { in btrfs_ref_tree_mod() [all …]
|
D | delayed-ref.h | 49 unsigned int action:8; member 226 int action; member 281 int action, u64 bytenr, u64 len, u64 parent) in btrfs_init_generic_ref() argument 283 generic_ref->action = action; in btrfs_init_generic_ref()
|
D | sysfs.h | 23 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action);
|
D | extent-tree.c | 1428 generic_ref->action); in btrfs_inc_extent_ref() 1554 trace_run_delayed_data_ref(trans->fs_info, node, ref, node->action); in run_delayed_data_ref() 1560 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_data_ref() 1567 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_data_ref() 1571 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_data_ref() 1703 trace_run_delayed_tree_ref(trans->fs_info, node, ref, node->action); in run_delayed_tree_ref() 1712 node->bytenr, node->ref_mod, node->action, ref_root, in run_delayed_tree_ref() 1716 if (node->action == BTRFS_ADD_DELAYED_REF && insert_reserved) { in run_delayed_tree_ref() 1719 } else if (node->action == BTRFS_ADD_DELAYED_REF) { in run_delayed_tree_ref() 1722 } else if (node->action == BTRFS_DROP_DELAYED_REF) { in run_delayed_tree_ref() [all …]
|
D | sysfs.c | 1928 void btrfs_kobject_uevent(struct block_device *bdev, enum kobject_action action) in btrfs_kobject_uevent() argument 1932 ret = kobject_uevent(&disk_to_dev(bdev->bd_disk)->kobj, action); in btrfs_kobject_uevent() 1935 action, kobject_name(&disk_to_dev(bdev->bd_disk)->kobj), in btrfs_kobject_uevent()
|
D | backref.c | 908 switch (node->action) { in add_delayed_refs()
|
/fs/xfs/libxfs/ |
D | xfs_da_btree.c | 491 int action = 0; in xfs_da3_split() local 561 max - i, &action); in xfs_da3_split() 568 if (action) in xfs_da3_split() 1079 int action = 0; in xfs_da3_join() local 1104 error = xfs_attr3_leaf_toosmall(state, &action); in xfs_da3_join() 1107 if (action == 0) in xfs_da3_join() 1112 error = xfs_dir2_leafn_toosmall(state, &action); in xfs_da3_join() 1115 if (action == 0) in xfs_da3_join() 1126 error = xfs_da3_node_toosmall(state, &action); in xfs_da3_join() 1129 if (action == 0) in xfs_da3_join() [all …]
|
D | xfs_attr_leaf.c | 2004 int *action) in xfs_attr3_leaf_toosmall() argument 2031 *action = 0; /* blk over 50%, don't try to join */ in xfs_attr3_leaf_toosmall() 2053 *action = 0; in xfs_attr3_leaf_toosmall() 2055 *action = 2; in xfs_attr3_leaf_toosmall() 2096 *action = 0; in xfs_attr3_leaf_toosmall() 2115 *action = 0; in xfs_attr3_leaf_toosmall() 2117 *action = 1; in xfs_attr3_leaf_toosmall()
|
D | xfs_dir2_node.c | 1486 int *action) /* resulting action to take */ in xfs_dir2_leafn_toosmall() argument 1519 *action = 0; in xfs_dir2_leafn_toosmall() 1539 *action = rval ? 2 : 0; in xfs_dir2_leafn_toosmall() 1587 *action = 0; in xfs_dir2_leafn_toosmall() 1605 *action = rval ? 0 : 1; in xfs_dir2_leafn_toosmall()
|
D | xfs_dir2_priv.h | 147 extern int xfs_dir2_leafn_toosmall(struct xfs_da_state *state, int *action);
|
/fs/reiserfs/ |
D | xattr.c | 240 int (*action)(struct dentry *, void *), in reiserfs_for_each_xattr() 279 err = action(dentry, data); in reiserfs_for_each_xattr() 312 err = action(dir, data); in reiserfs_for_each_xattr()
|
/fs/proc/ |
D | kcore.c | 640 unsigned long action, void *arg) in kcore_callback() argument 642 switch (action) { in kcore_callback()
|
D | task_mmu.c | 647 walk->action = ACTION_AGAIN; in smaps_pte_range() 1229 walk->action = ACTION_AGAIN; in clear_refs_pte_range() 1583 walk->action = ACTION_AGAIN; in pagemap_pmd_range() 1929 walk->action = ACTION_AGAIN; in gather_pte_stats()
|
D | array.c | 255 k = p->sighand->action; in collect_sigign_sigcatch()
|
/fs/ubifs/ |
D | debug.h | 277 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len);
|
D | lpt_commit.c | 1744 int dbg_chk_lpt_sz(struct ubifs_info *c, int action, int len) in dbg_chk_lpt_sz() argument 1753 switch (action) { in dbg_chk_lpt_sz()
|
/fs/ceph/ |
D | mds_client.h | 590 struct dentry *dentry, char action,
|
D | mds_client.c | 4931 ceph_lease_op_name(h->action), vino.ino, inode, in handle_lease() 4955 switch (h->action) { in handle_lease() 4989 h->action = CEPH_MDS_LEASE_REVOKE_ACK; in handle_lease() 5008 struct dentry *dentry, char action, in ceph_mdsc_lease_send_msg() argument 5017 dentry, ceph_lease_op_name(action), session->s_mds); in ceph_mdsc_lease_send_msg() 5023 lease->action = action; in ceph_mdsc_lease_send_msg()
|
/fs/ |
D | exec.c | 1208 memcpy(newsighand->action, oldsighand->action, in unshare_sighand() 1209 sizeof(newsighand->action)); in unshare_sighand()
|