Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dlocalio.c69 __be32 beres; in nfsd_open_local_fh() local
86 beres = nfsd_file_acquire_local(net, &rq_cred, dom, in nfsd_open_local_fh()
88 if (beres) in nfsd_open_local_fh()
89 localio = ERR_PTR(nfs_stat_to_errno(be32_to_cpu(beres))); in nfsd_open_local_fh()
H A Dfilecache.c1276 __be32 beres; in nfsd_file_acquire_local() local
1278 beres = nfsd_file_do_acquire(NULL, net, cred, client, in nfsd_file_acquire_local()
1281 return beres; in nfsd_file_acquire_local()