Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dnfs4layouts.c488 lrp->lrs_present = 1; in nfsd4_return_file_layouts()
492 lrp->lrs_present = 0; in nfsd4_return_file_layouts()
512 lrp->lrs_present = 0; in nfsd4_return_client_layouts()
Dxdr4.h484 u32 lrs_present; /* response */ member
Dnfs4xdr.c4181 *p++ = cpu_to_be32(lrp->lrs_present); in nfsd4_encode_layoutreturn()
4182 if (lrp->lrs_present) in nfsd4_encode_layoutreturn()
/linux-4.4.14/include/linux/
Dnfs_xdr.h308 u32 lrs_present; member
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c5986 res->lrs_present = be32_to_cpup(p); in decode_layoutreturn()
5987 if (res->lrs_present) in decode_layoutreturn()
Dnfs4proc.c8053 if (lrp->res.lrs_present) in nfs4_layoutreturn_release()