Searched refs:cb_v_break (Results 1 – 8 of 8) sorted by relevance
/linux/fs/afs/ |
H A D | callback.c | 43 if (vnode->cb_v_check != atomic_read(&volume->cb_v_break)) { in afs_volume_init_callback() 65 trace_afs_cb_v_break(se->volume->vid, atomic_read(&se->volume->cb_v_break), in afs_init_callback_state() 84 vnode->cb_v_check = atomic_read(&vnode->volume->cb_v_break); in __afs_break_callback() 163 unsigned int i, cb_v_break; in afs_break_volume_callback() local 172 cb_v_break = atomic_inc_return_release(&volume->cb_v_break); in afs_break_volume_callback() 173 trace_afs_cb_v_break(volume->vid, cb_v_break, afs_cb_break_for_volume_callback); in afs_break_volume_callback()
|
H A D | validation.c | 130 if (atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break)) in afs_check_validity() 334 unsigned int cb_v_break = atomic_read(&volume->cb_v_break); in afs_update_volume_state() local 348 if (op->cb_v_break == cb_v_break && in afs_update_volume_state() 358 if (cb_v_check < op->cb_v_break) in afs_update_volume_state() 359 atomic_cmpxchg(&volume->cb_v_check, cb_v_check, op->cb_v_break); in afs_update_volume_state() 421 atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break)) { in afs_validate() 437 atomic_read(&volume->cb_v_check) != atomic_read(&volume->cb_v_break) || in afs_validate()
|
H A D | fs_operation.c | 41 op->cb_v_break = atomic_read(&volume->cb_v_break); in afs_alloc_operation() 251 op->cb_v_break = atomic_read(&op->volume->cb_v_break); in afs_begin_vnode_operation()
|
H A D | inode.c | 174 vnode->cb_v_check = op->cb_v_break; in afs_inode_init_from_status() 645 vnode->cb_v_check = atomic_read(&as->volume->cb_v_break); in afs_root_iget()
|
H A D | rotate.c | 585 vnode->cb_v_check = atomic_read(&vnode->volume->cb_v_break); in afs_select_fileserver()
|
H A D | internal.h | 653 atomic_t cb_v_break; /* Volume-break event counter. */ member 879 unsigned int cb_v_break; /* Volume break counter before op */ member
|
H A D | dir.c | 710 op->cb_v_break, in afs_do_lookup_success()
|
/linux/include/trace/events/ |
H A D | afs.h | 1442 TP_PROTO(afs_volid_t vid, unsigned int cb_v_break, 1445 TP_ARGS(vid, cb_v_break, reason), 1449 __field(unsigned int, cb_v_break) 1455 __entry->cb_v_break = cb_v_break; 1461 __entry->cb_v_break,
|