Home
last modified time | relevance | path

Searched refs:no_quota (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/btrfs/
Ddelayed-ref.c109 if (ref1->no_quota > ref2->no_quota) in comp_entry()
111 if (ref1->no_quota < ref2->no_quota) in comp_entry()
660 int action, int no_quota) in add_delayed_tree_ref() argument
682 ref->no_quota = no_quota; in add_delayed_tree_ref()
722 u64 offset, int action, int no_quota) in add_delayed_data_ref() argument
745 ref->no_quota = no_quota; in add_delayed_data_ref()
788 int no_quota) in btrfs_add_delayed_tree_ref() argument
795 no_quota = 0; in btrfs_add_delayed_tree_ref()
822 no_quota); in btrfs_add_delayed_tree_ref()
837 int no_quota) in btrfs_add_delayed_data_ref() argument
[all …]
Ddelayed-ref.h55 unsigned int no_quota:1; member
210 int no_quota);
217 int no_quota);
Dextent-tree.c86 int no_quota);
100 int no_quota);
1946 int no_quota) in btrfs_inc_extent_ref() argument
1958 BTRFS_ADD_DELAYED_REF, NULL, no_quota); in btrfs_inc_extent_ref()
1963 BTRFS_ADD_DELAYED_REF, NULL, no_quota); in btrfs_inc_extent_ref()
1973 int no_quota, in __btrfs_inc_extent_ref() argument
1990 no_quota = 1; in __btrfs_inc_extent_ref()
1999 if ((ret < 0 && ret != -EAGAIN) || (!ret && no_quota)) in __btrfs_inc_extent_ref()
2005 if (!ret && !no_quota) { in __btrfs_inc_extent_ref()
2038 if (!no_quota) { in __btrfs_inc_extent_ref()
[all …]
Dioctl.c3341 int no_quota; in btrfs_clone() local
3389 no_quota = 1; in btrfs_clone()
3549 no_quota = check_ref(trans, root, in btrfs_clone()
3551 if (no_quota < 0) { in btrfs_clone()
3557 ret = no_quota; in btrfs_clone()
3569 no_quota); in btrfs_clone()
Dctree.h3408 u64 owner, u64 offset, int no_quota);
3421 u64 root_objectid, u64 owner, u64 offset, int no_quota);
/linux-4.1.27/security/keys/
Dkey.c266 goto no_quota; in key_alloc()
343 no_quota: in key_alloc()