Symbol: BTRFS_DROP_DELAYED_REF
fs/btrfs/backref.c
911
case BTRFS_DROP_DELAYED_REF:
fs/btrfs/delayed-ref.c
612
else if (ref->action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/delayed-ref.c
743
case BTRFS_DROP_DELAYED_REF:
fs/btrfs/extent-tree.c
1664
} else if (node->action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/extent-tree.c
1820
} else if (node->action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/extent-tree.c
2034
case BTRFS_DROP_DELAYED_REF:
fs/btrfs/extent-tree.c
2583
action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/extent-tree.c
3628
.action = BTRFS_DROP_DELAYED_REF,
fs/btrfs/extent-tree.c
5824
.action = BTRFS_DROP_DELAYED_REF,
fs/btrfs/file.c
418
.action = BTRFS_DROP_DELAYED_REF,
fs/btrfs/file.c
728
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/inode-item.c
656
.action = BTRFS_DROP_DELAYED_REF,
fs/btrfs/ref-verify.c
696
ref->num_refs = (action == BTRFS_DROP_DELAYED_REF) ? -1 : 1;
fs/btrfs/ref-verify.c
809
if (action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/ref-verify.c
837
if (action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/ref-verify.c
866
if (action == BTRFS_DROP_DELAYED_REF) {
fs/btrfs/relocation.c
1207
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/relocation.c
1221
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/relocation.c
968
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
292
node_check.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
392
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
496
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
533
node_check.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
572
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
630
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
721
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
786
.action = BTRFS_DROP_DELAYED_REF,
fs/btrfs/tests/delayed-refs-tests.c
871
node_check.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
886
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
902
ref.action = BTRFS_DROP_DELAYED_REF;
fs/btrfs/tests/delayed-refs-tests.c
959
node_check.action = BTRFS_DROP_DELAYED_REF;
include/trace/events/btrfs.h
849
{ BTRFS_DROP_DELAYED_REF, "DROP_DELAYED_REF" }, \