Searched refs:BTRFS_DELAYED_NODE_DEL_IREF (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Ddelayed-inode.h49 #define BTRFS_DELAYED_NODE_DEL_IREF 2 macro
H A Ddelayed-inode.c1000 if (test_and_clear_bit(BTRFS_DELAYED_NODE_DEL_IREF, &delayed_node->flags)) {
1027 if (test_bit(BTRFS_DELAYED_NODE_DEL_IREF, &node->flags))
1045 if (!test_bit(BTRFS_DELAYED_NODE_DEL_IREF, &node->flags))
1990 if (test_bit(BTRFS_DELAYED_NODE_DEL_IREF, &delayed_node->flags))
1993 set_bit(BTRFS_DELAYED_NODE_DEL_IREF, &delayed_node->flags);

Completed in 230 milliseconds