Searched refs:lost_locks (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4state.c | 1621 int *lost_locks) in __nfs4_reclaim_open_state() 1640 *lost_locks += 1; in __nfs4_reclaim_open_state() 1652 int *lost_locks) in nfs4_reclaim_open_state() 1688 status = __nfs4_reclaim_open_state(sp, state, ops, lost_locks); in nfs4_reclaim_open_state() 1932 int lost_locks = 0; in nfs4_do_reclaim() local 1952 status = nfs4_reclaim_open_state(sp, ops, &lost_locks); in nfs4_do_reclaim() 1954 if (lost_locks) in nfs4_do_reclaim() 1956 clp->cl_hostname, lost_locks); in nfs4_do_reclaim() 1970 if (lost_locks) in nfs4_do_reclaim() 1972 clp->cl_hostname, lost_locks); in nfs4_do_reclaim() 1619 __nfs4_reclaim_open_state(struct nfs4_state_owner *sp, struct nfs4_state *state, const struct nfs4_state_recovery_ops *ops, int *lost_locks) __nfs4_reclaim_open_state() argument 1650 nfs4_reclaim_open_state(struct nfs4_state_owner *sp, const struct nfs4_state_recovery_ops *ops, int *lost_locks) nfs4_reclaim_open_state() argument [all...] |
Completed in 4 milliseconds