Home
last modified time | relevance | path

Searched refs:beres (Results 1 – 2 of 2) sorted by relevance

/linux/fs/nfsd/
H A Dlocalio.c67 __be32 beres; in nfsd_open_local_fh() local
84 beres = nfsd_file_acquire_local(net, &rq_cred, dom, in nfsd_open_local_fh()
86 if (beres) in nfsd_open_local_fh()
87 localio = ERR_PTR(nfs_stat_to_errno(be32_to_cpu(beres))); in nfsd_open_local_fh()
H A Dfilecache.c1247 __be32 beres; in nfsd_file_acquire_local() local
1249 beres = nfsd_file_do_acquire(NULL, net, cred, client, in nfsd_file_acquire_local()
1252 return beres; in nfsd_file_acquire_local()