callback.h (ead5d1f4d877e92c051e1a1ade623d0d30e71619) callback.h (b05bf5c63b326ce1da84ef42498d8e0e292e694c)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * linux/fs/nfs/callback.h
4 *
5 * Copyright (C) 2004 Trond Myklebust
6 *
7 * NFSv4 callback definitions
8 */

--- 156 unchanged lines hidden (view full) ---

165struct cb_devicenotifyitem {
166 uint32_t cbd_notify_type;
167 uint32_t cbd_layout_type;
168 struct nfs4_deviceid cbd_dev_id;
169 uint32_t cbd_immediate;
170};
171
172struct cb_devicenotifyargs {
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * linux/fs/nfs/callback.h
4 *
5 * Copyright (C) 2004 Trond Myklebust
6 *
7 * NFSv4 callback definitions
8 */

--- 156 unchanged lines hidden (view full) ---

165struct cb_devicenotifyitem {
166 uint32_t cbd_notify_type;
167 uint32_t cbd_layout_type;
168 struct nfs4_deviceid cbd_dev_id;
169 uint32_t cbd_immediate;
170};
171
172struct cb_devicenotifyargs {
173 int ndevs;
173 uint32_t ndevs;
174 struct cb_devicenotifyitem *devs;
175};
176
177extern __be32 nfs4_callback_devicenotify(void *argp, void *resp,
178 struct cb_process_state *cps);
179
180struct cb_notify_lock_args {
181 struct nfs_fh cbnl_fh;

--- 42 unchanged lines hidden ---
174 struct cb_devicenotifyitem *devs;
175};
176
177extern __be32 nfs4_callback_devicenotify(void *argp, void *resp,
178 struct cb_process_state *cps);
179
180struct cb_notify_lock_args {
181 struct nfs_fh cbnl_fh;

--- 42 unchanged lines hidden ---