Lines Matching refs:fl
63 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
65 TP_ARGS(inode, fl, ret),
68 __field(struct file_lock *, fl)
82 __entry->fl = fl ? fl : NULL;
85 __entry->fl_blocker = fl ? fl->fl_blocker : NULL;
86 __entry->fl_owner = fl ? fl->fl_owner : NULL;
87 __entry->fl_pid = fl ? fl->fl_pid : 0;
88 __entry->fl_flags = fl ? fl->fl_flags : 0;
89 __entry->fl_type = fl ? fl->fl_type : 0;
90 __entry->fl_start = fl ? fl->fl_start : 0;
91 __entry->fl_end = fl ? fl->fl_end : 0;
96 __entry->fl, MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
104 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
105 TP_ARGS(inode, fl, ret));
108 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
109 TP_ARGS(inode, fl, ret));
112 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
113 TP_ARGS(inode, fl, ret));
116 TP_PROTO(struct inode *inode, struct file_lock *fl, int ret),
117 TP_ARGS(inode, fl, ret));
120 TP_PROTO(struct inode *inode, struct file_lock *fl),
122 TP_ARGS(inode, fl),
125 __field(struct file_lock *, fl)
137 __entry->fl = fl ? fl : NULL;
140 __entry->fl_blocker = fl ? fl->fl_blocker : NULL;
141 __entry->fl_owner = fl ? fl->fl_owner : NULL;
142 __entry->fl_flags = fl ? fl->fl_flags : 0;
143 __entry->fl_type = fl ? fl->fl_type : 0;
144 __entry->fl_break_time = fl ? fl->fl_break_time : 0;
145 __entry->fl_downgrade_time = fl ? fl->fl_downgrade_time : 0;
149 __entry->fl, MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
156 …INE_EVENT(filelock_lease, break_lease_noblock, TP_PROTO(struct inode *inode, struct file_lock *fl),
157 TP_ARGS(inode, fl));
159 DEFINE_EVENT(filelock_lease, break_lease_block, TP_PROTO(struct inode *inode, struct file_lock *fl),
160 TP_ARGS(inode, fl));
162 …INE_EVENT(filelock_lease, break_lease_unblock, TP_PROTO(struct inode *inode, struct file_lock *fl),
163 TP_ARGS(inode, fl));
165 …NE_EVENT(filelock_lease, generic_delete_lease, TP_PROTO(struct inode *inode, struct file_lock *fl),
166 TP_ARGS(inode, fl));
168 DEFINE_EVENT(filelock_lease, time_out_leases, TP_PROTO(struct inode *inode, struct file_lock *fl),
169 TP_ARGS(inode, fl));
172 TP_PROTO(struct inode *inode, struct file_lock *fl),
174 TP_ARGS(inode, fl),
193 __entry->fl_owner = fl->fl_owner;
194 __entry->fl_flags = fl->fl_flags;
195 __entry->fl_type = fl->fl_type;