Searched defs:nfs4_state_recovery_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/fs/nfs/ |
| D | nfs4_fs.h | 217 struct nfs4_state_recovery_ops { struct 218 int owner_flag_bit; 219 int state_flag_bit; 220 int (*recover_open)(struct nfs4_state_owner *, struct nfs4_state *); 221 int (*recover_lock)(struct nfs4_state *, struct file_lock *); 222 int (*establish_clid)(struct nfs_client *, const struct cred *); 223 int (*reclaim_complete)(struct nfs_client *, const struct cred *); 224 int (*detect_trunking)(struct nfs_client *, struct nfs_client **,
|
| /kernel/linux/linux-6.6/fs/nfs/ |
| D | nfs4_fs.h | 219 struct nfs4_state_recovery_ops { struct 220 int owner_flag_bit; 221 int state_flag_bit; 222 int (*recover_open)(struct nfs4_state_owner *, struct nfs4_state *); 223 int (*recover_lock)(struct nfs4_state *, struct file_lock *); 224 int (*establish_clid)(struct nfs_client *, const struct cred *); 225 int (*reclaim_complete)(struct nfs_client *, const struct cred *); 226 int (*detect_trunking)(struct nfs_client *, struct nfs_client **,
|