Lines Matching +full:lock +full:- +full:status
1 /* SPDX-License-Identifier: GPL-2.0 */
50 const struct nlm_lock *lock,
53 __be32 status
56 TP_ARGS(lock, addr, addrlen, status),
62 __field(unsigned long, status)
69 __entry->oh = ~crc32_le(0xffffffff, lock->oh.data, lock->oh.len);
70 __entry->svid = lock->svid;
71 __entry->fh = nfs_fhandle_hash(&lock->fh);
72 __entry->start = lock->lock_start;
73 __entry->len = lock->lock_len;
74 __entry->status = be32_to_cpu(status);
79 "addr=%pISpc oh=0x%08x svid=0x%08x fh=0x%08x start=%llu len=%llu status=%s",
80 __get_sockaddr(addr), __entry->oh, __entry->svid,
81 __entry->fh, __entry->start, __entry->len,
82 show_nlm_status(__entry->status)
89 const struct nlm_lock *lock, \
92 __be32 status \
94 TP_ARGS(lock, addr, addrlen, status))