Home
last modified time | relevance | path

Searched refs:gd_notify_types (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dxdr4.h455 u32 gd_notify_types;/* request - response */ member
Dnfs4xdr.c1592 gdev->gd_notify_types = be32_to_cpup(p++); in nfsd4_decode_getdeviceinfo()
4142 if (gdev->gd_notify_types) { in nfsd4_encode_getdeviceinfo()
4147 *p++ = cpu_to_be32(gdev->gd_notify_types); in nfsd4_encode_getdeviceinfo()
Dnfs4proc.c1351 gdp->gd_notify_types &= ops->notify_types; in nfsd4_getdeviceinfo()