Home
last modified time | relevance | path

Searched refs:nlm_reboot (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/include/linux/lockd/
Dxdr.h86 struct nlm_reboot { struct
110 int nlmsvc_decode_reboot(struct svc_rqst *, __be32 *, struct nlm_reboot *); argument
Dxdr4.h38 int nlm4svc_decode_reboot(struct svc_rqst *, __be32 *, struct nlm_reboot *);
Dlockd.h238 void nlm_host_rebooted(const struct nlm_reboot *);
250 struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info);
/linux-4.1.27/fs/lockd/
Dhost.c513 const struct nlm_reboot *info) in next_host_state()
542 void nlm_host_rebooted(const struct nlm_reboot *info) in nlm_host_rebooted()
Dxdr4.c305 nlm4svc_decode_reboot(struct svc_rqst *rqstp, __be32 *p, struct nlm_reboot *argp) in nlm4svc_decode_reboot()
Dxdr.c308 nlmsvc_decode_reboot(struct svc_rqst *rqstp, __be32 *p, struct nlm_reboot *argp) in nlmsvc_decode_reboot()
Dsvc4proc.c412 nlm4svc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, in nlm4svc_proc_sm_notify()
Dsvcproc.c455 nlmsvc_proc_sm_notify(struct svc_rqst *rqstp, struct nlm_reboot *argp, in nlmsvc_proc_sm_notify()
Dmon.c426 struct nsm_handle *nsm_reboot_lookup(const struct nlm_reboot *info) in nsm_reboot_lookup()