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

/linux-master/fs/afs/
H A Dcallback.c83 vnode->cb_break++;
95 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, true);
97 trace_afs_cb_break(&vnode->fid, vnode->cb_break, reason, false);
H A Dsecurity.c144 unsigned int cb_break, struct afs_status_cb *scb)
173 if (afs_cb_is_broken(cb_break, vnode)) {
203 if (afs_cb_is_broken(cb_break, vnode))
282 if (!afs_cb_is_broken(cb_break, vnode) && zap == permits)
143 afs_cache_permit(struct afs_vnode *vnode, struct key *key, unsigned int cb_break, struct afs_status_cb *scb) argument
H A Dinternal.h738 unsigned int cb_break; /* Break counter on vnode */ member in struct:afs_vnode
854 unsigned int cb_break_before; /* cb_break before the call */
1025 return vnode->cb_break + vnode->cb_ro_snapshot + vnode->cb_scrub;
1028 static inline bool afs_cb_is_broken(unsigned int cb_break, argument
1031 return cb_break != (vnode->cb_break +
H A Drotate.c103 vnode->cb_break++;
H A Ddir.c725 0 /* Assume vnode->cb_break is 0 */ +
1304 afs_cache_permit(vnode, op->key, vnode->cb_break, &vp->scb);
/linux-master/include/trace/events/
H A Dafs.h1293 TP_PROTO(struct afs_fid *fid, unsigned int cb_break,
1296 TP_ARGS(fid, cb_break, reason, skipped),
1300 __field(unsigned int, cb_break)
1307 __entry->cb_break = cb_break;
1314 __entry->cb_break,

Completed in 193 milliseconds