Searched refs:nfs4_handle_delegation_recall_error (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4proc.c | 2245 static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, struct file_lock *fl, int err) in nfs4_handle_delegation_recall_error() function 2329 return nfs4_handle_delegation_recall_error(server, state, stateid, NULL, err); in nfs4_open_delegation_recall() 7472 return nfs4_handle_delegation_recall_error(server, state, stateid, fl, err); in nfs4_lock_delegation_recall()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4proc.c | 2250 static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, struct file_lock *fl, int err) in nfs4_handle_delegation_recall_error() function 2335 return nfs4_handle_delegation_recall_error(server, state, stateid, NULL, err); in nfs4_open_delegation_recall() 7624 return nfs4_handle_delegation_recall_error(server, state, stateid, fl, err); in nfs4_lock_delegation_recall()
|
Completed in 27 milliseconds