Home
last modified time | relevance | path

Searched refs:lrs_present (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c488 lrp->lrs_present = 1; in nfsd4_return_file_layouts()
492 lrp->lrs_present = 0; in nfsd4_return_file_layouts()
511 lrp->lrs_present = 0; in nfsd4_return_client_layouts()
Dxdr4.h483 u32 lrs_present; /* response */ member
Dnfs4xdr.c4161 *p++ = cpu_to_be32(lrp->lrs_present); in nfsd4_encode_layoutreturn()
4162 if (lrp->lrs_present) in nfsd4_encode_layoutreturn()
/linux-4.1.27/include/linux/
Dnfs_xdr.h306 u32 lrs_present; member
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c5900 res->lrs_present = be32_to_cpup(p); in decode_layoutreturn()
5901 if (res->lrs_present) in decode_layoutreturn()
Dnfs4proc.c7894 if (lrp->res.lrs_present) in nfs4_layoutreturn_release()