Go to the documentation of this file.
7 #ifndef LINUX_NFSD_FAULT_INJECT_H
8 #define LINUX_NFSD_FAULT_INJECT_H
10 #ifdef CONFIG_NFSD_FAULT_INJECTION
13 void nfsd_forget_clients(
u64);
14 void nfsd_forget_locks(
u64);
15 void nfsd_forget_openowners(
u64);
16 void nfsd_forget_delegations(
u64);
17 void nfsd_recall_delegations(
u64);
21 static inline void nfsd_forget_clients(
u64 num) {}
22 static inline void nfsd_forget_locks(
u64 num) {}
23 static inline void nfsd_forget_openowners(
u64 num) {}
24 static inline void nfsd_forget_delegations(
u64 num) {}
25 static inline void nfsd_recall_delegations(
u64 num) {}