Home
last modified time | relevance | path

Searched refs:notify_types (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
H A Dflexfilelayout.c136 .notify_types =
H A Dnfs4proc.c2766 gdp->gd_notify_types &= ops->notify_types; in nfsd4_getdeviceinfo()
/linux/include/linux/
H A Dnfs_xdr.h299 __u32 notify_types; member
/linux/fs/nfs/
H A Dnfs4proc.c9980 .notify_types = NOTIFY_DEVICEID4_CHANGE | in _nfs4_proc_getdeviceinfo()
9995 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo()
9997 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
H A Dnfs4xdr.c2054 *p++ = cpu_to_be32(args->notify_types); in encode_getdeviceinfo()