Home | History | Annotate | Download | only in rpc.lockd

Lines Matching refs:nlm_stats

116 enum nlm_stats do_lock(struct file_lock *, int);
117 enum nlm_stats do_unlock(struct file_lock *);
214 enum nlm_stats
218 enum nlm_stats retval;
223 (enum nlm_stats)nlm4_denied_grace_period : nlm_denied_grace_period;
231 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
238 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
247 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
257 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
270 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
292 (enum nlm_stats)nlm4_granted : nlm_granted;
296 (enum nlm_stats)nlm4_blocked : nlm_blocked;
299 (enum nlm_stats)nlm4_denied : nlm_denied;
304 (enum nlm_stats)nlm4_failed : nlm_denied;
324 (enum nlm_stats)nlm4_blocked : nlm_blocked;
333 (enum nlm_stats)nlm4_denied : nlm_denied;
358 enum nlm_stats
363 int err = (flags & LOCK_V4) ? (enum nlm_stats)nlm4_granted : nlm_granted;
367 return (flags & LOCK_V4) ? (enum nlm_stats)nlm4_denied : nlm_denied;
413 return (flags & LOCK_V4) ? (enum nlm_stats)nlm4_granted : nlm_granted;
487 (enum nlm_stats)nlm4_granted : nlm_granted);
506 enum nlm_stats
554 (enum nlm_stats)nlm4_denied_nolock : nlm_denied_nolocks;
576 (enum nlm_stats)nlm4_blocked : nlm_blocked;
606 return (fl->flags & LOCK_V4) ? (enum nlm_stats)nlm4_granted : nlm_granted;
687 enum nlm_stats
706 (enum nlm_stats)nlm4_granted : nlm_granted;
721 (enum nlm_stats)nlm4_granted : nlm_granted);