/linux-4.1.27/fs/btrfs/ |
H A D | delayed-ref.c | 109 if (ref1->no_quota > ref2->no_quota) comp_entry() 111 if (ref1->no_quota < ref2->no_quota) comp_entry() 660 int action, int no_quota) add_delayed_tree_ref() 682 ref->no_quota = no_quota; add_delayed_tree_ref() 722 u64 offset, int action, int no_quota) add_delayed_data_ref() 745 ref->no_quota = no_quota; add_delayed_data_ref() 788 int no_quota) btrfs_add_delayed_tree_ref() 795 no_quota = 0; btrfs_add_delayed_tree_ref() 822 no_quota); btrfs_add_delayed_tree_ref() 837 int no_quota) btrfs_add_delayed_data_ref() 844 no_quota = 0; btrfs_add_delayed_data_ref() 871 action, no_quota); btrfs_add_delayed_data_ref() 655 add_delayed_tree_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *head_ref, struct btrfs_delayed_ref_node *ref, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, int level, int action, int no_quota) add_delayed_tree_ref() argument 717 add_delayed_data_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, struct btrfs_delayed_ref_head *head_ref, struct btrfs_delayed_ref_node *ref, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, u64 owner, u64 offset, int action, int no_quota) add_delayed_data_ref() argument 783 btrfs_add_delayed_tree_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, int level, int action, struct btrfs_delayed_extent_op *extent_op, int no_quota) btrfs_add_delayed_tree_ref() argument 831 btrfs_add_delayed_data_ref(struct btrfs_fs_info *fs_info, struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, u64 parent, u64 ref_root, u64 owner, u64 offset, int action, struct btrfs_delayed_extent_op *extent_op, int no_quota) btrfs_add_delayed_data_ref() argument
|
H A D | delayed-ref.h | 55 unsigned int no_quota:1; member in struct:btrfs_delayed_ref_node 210 int no_quota); 217 int no_quota);
|
H A D | extent-tree.c | 86 int no_quota); 100 int no_quota); 1946 int no_quota) btrfs_inc_extent_ref() 1958 BTRFS_ADD_DELAYED_REF, NULL, no_quota); btrfs_inc_extent_ref() 1963 BTRFS_ADD_DELAYED_REF, NULL, no_quota); btrfs_inc_extent_ref() 1973 int no_quota, __btrfs_inc_extent_ref() 1990 no_quota = 1; __btrfs_inc_extent_ref() 1999 if ((ret < 0 && ret != -EAGAIN) || (!ret && no_quota)) __btrfs_inc_extent_ref() 2005 if (!ret && !no_quota) { __btrfs_inc_extent_ref() 2038 if (!no_quota) { __btrfs_inc_extent_ref() 2094 node->no_quota, extent_op); run_delayed_data_ref() 2100 extent_op, node->no_quota); run_delayed_data_ref() 2256 node->no_quota); run_delayed_tree_ref() 2260 ref->level, 0, 1, node->no_quota, run_delayed_tree_ref() 2266 node->no_quota); run_delayed_tree_ref() 6105 int no_quota) __btrfs_free_extent() 6127 no_quota = 1; __btrfs_free_extent() 6366 if (!ret && last_ref && !no_quota) { __btrfs_free_extent() 6515 u64 owner, u64 offset, int no_quota) btrfs_free_extent() 6538 BTRFS_DROP_DELAYED_REF, NULL, no_quota); btrfs_free_extent() 6544 NULL, no_quota); btrfs_free_extent() 7334 int no_quota) alloc_reserved_tree_block() 7400 if (!no_quota) { alloc_reserved_tree_block() 1942 btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int no_quota) btrfs_inc_extent_ref() argument 1968 __btrfs_inc_extent_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, int no_quota, struct btrfs_delayed_extent_op *extent_op) __btrfs_inc_extent_ref() argument 6099 __btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner_objectid, u64 owner_offset, int refs_to_drop, struct btrfs_delayed_extent_op *extent_op, int no_quota) __btrfs_free_extent() argument 6513 btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int no_quota) btrfs_free_extent() argument 7329 alloc_reserved_tree_block(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 parent, u64 root_objectid, u64 flags, struct btrfs_disk_key *key, int level, struct btrfs_key *ins, int no_quota) alloc_reserved_tree_block() argument
|
H A D | ioctl.c | 3341 int no_quota; btrfs_clone() local 3389 no_quota = 1; btrfs_clone() 3549 no_quota = check_ref(trans, root, btrfs_clone() 3551 if (no_quota < 0) { btrfs_clone() 3557 ret = no_quota; btrfs_clone() 3569 no_quota); btrfs_clone()
|
H A D | ctree.h | 3408 u64 owner, u64 offset, int no_quota); 3421 u64 root_objectid, u64 owner, u64 offset, int no_quota);
|
/linux-4.1.27/security/keys/ |
H A D | key.c | 266 goto no_quota; key_alloc() 343 no_quota: key_alloc()
|