Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
Dpnfs.h22 u32 notify_types; member
Dblocklayout.c203 .notify_types =
424 .notify_types =
Dflexfilelayout.c128 .notify_types =
Dnfs4proc.c1883 gdp->gd_notify_types &= ops->notify_types; in nfsd4_getdeviceinfo()
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h284 __u32 notify_types; member
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4proc.c9702 .notify_types = NOTIFY_DEVICEID4_CHANGE | in _nfs4_proc_getdeviceinfo()
9718 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo()
9720 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
Dnfs4xdr.c1963 *p++ = cpu_to_be32(args->notify_types); in encode_getdeviceinfo()