Searched refs:lookup_clientid (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfs4state.c | 3734 static __be32 lookup_clientid(clientid_t *clid, in lookup_clientid() function 3790 status = lookup_clientid(clientid, cstate, nn); in nfsd4_process_open1() 4412 status = lookup_clientid(clid, cstate, nn); in nfsd4_renew() 4717 status = lookup_clientid(&stateid->si_opaque.so_clid, cstate, nn); in nfsd4_lookup_stateid() 5737 status = lookup_clientid(&lockt->lt_clientid, cstate, nn); in nfsd4_lockt() 5918 status = lookup_clientid(clid, cstate, nn); in nfsd4_release_lockowner() 6041 status = lookup_clientid(clid, cstate, nn); in nfs4_check_open_reclaim()
|