Lines Matching refs:atomic_read
130 if (atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break)) in afs_check_validity()
138 else if (vnode->cb_ro_snapshot != atomic_read(&volume->cb_ro_snapshot)) in afs_check_validity()
140 else if (vnode->cb_scrub != atomic_read(&volume->cb_scrub)) in afs_check_validity()
243 snap = atomic_read(&volume->cb_ro_snapshot); in afs_update_volume_creation_time()
334 unsigned int cb_v_break = atomic_read(&volume->cb_v_break); in afs_update_volume_state()
335 unsigned int cb_v_check = atomic_read(&volume->cb_v_check); in afs_update_volume_state()
421 atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break)) { in afs_validate()
428 cb_ro_snapshot = atomic_read(&volume->cb_ro_snapshot); in afs_validate()
429 cb_scrub = atomic_read(&volume->cb_scrub); in afs_validate()
437 atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break) || in afs_validate()
458 cb_ro_snapshot = atomic_read(&volume->cb_ro_snapshot); in afs_validate()
459 cb_scrub = atomic_read(&volume->cb_scrub); in afs_validate()