Home
last modified time | relevance | path

Searched refs:cb_break (Results 1 – 4 of 4) sorted by relevance

/linux/fs/afs/
H A Dcallback.c83 vnode->cb_break++; in __afs_break_callback()
95 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true); in __afs_break_callback()
97 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false); in __afs_break_callback()
H A Dsecurity.c177 unsigned int cb_break, struct afs_status_cb *scb) in afs_cache_permit() argument
206 if (afs_cb_is_broken(cb_break, vnode)) { in afs_cache_permit()
236 if (afs_cb_is_broken(cb_break, vnode)) in afs_cache_permit()
315 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits) in afs_cache_permit()
H A Drotate.c103 vnode->cb_break++; in afs_start_fs_iteration()
/linux/include/trace/events/
H A Dafs.h1488 TP_PROTO(struct afs_fid *fid, unsigned int cb_break,
1491 TP_ARGS(fid, cb_break, reason, skipped),
1495 __field(unsigned int, cb_break)
1502 __entry->cb_break = cb_break;
1509 __entry->cb_break,