Searched refs:log_commit (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c1910 atomic_read(&root->log_commit[index]))
1916 atomic_read(&root->log_commit[index]));
1962 if (atomic_read(&root->log_commit[index1])) {
1967 atomic_set(&root->log_commit[index1], 1);
1970 if (atomic_read(&root->log_commit[(index1 + 1) % 2]))
2042 if (atomic_read(&log_root_tree->log_commit[index2])) {
2049 atomic_set(&log_root_tree->log_commit[index2], 1);
2051 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) {
2088 * super here because the log_commit atomic below is protecting
2102 atomic_set(&log_root_tree->log_commit[index
[all...]
H A Ddisk-io.c935 atomic_set(&root->log_commit[0], 0);
936 atomic_set(&root->log_commit[1], 0);
H A Dctree.h1045 atomic_t log_commit[2]; member in struct:btrfs_root
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dtree-log.c1910 atomic_read(&root->log_commit[index]))
1916 atomic_read(&root->log_commit[index]));
1962 if (atomic_read(&root->log_commit[index1])) {
1967 atomic_set(&root->log_commit[index1], 1);
1970 if (atomic_read(&root->log_commit[(index1 + 1) % 2]))
2042 if (atomic_read(&log_root_tree->log_commit[index2])) {
2049 atomic_set(&log_root_tree->log_commit[index2], 1);
2051 if (atomic_read(&log_root_tree->log_commit[(index2 + 1) % 2])) {
2088 * super here because the log_commit atomic below is protecting
2102 atomic_set(&log_root_tree->log_commit[index
[all...]
H A Ddisk-io.c935 atomic_set(&root->log_commit[0], 0);
936 atomic_set(&root->log_commit[1], 0);
H A Dctree.h1045 atomic_t log_commit[2]; member in struct:btrfs_root

Completed in 124 milliseconds