Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dpnfs.h22 u32 notify_types; member
H A Dblocklayout.c200 .notify_types =
348 .notify_types =
H A Dflexfilelayout.c129 .notify_types =
H A Dnfs4proc.c2365 gdp->gd_notify_types &= ops->notify_types; in nfsd4_getdeviceinfo()
/linux-6.15/include/linux/
H A Dnfs_xdr.h287 __u32 notify_types; member
/linux-6.15/fs/nfs/
H A Dnfs4proc.c10182 .notify_types = NOTIFY_DEVICEID4_CHANGE | in _nfs4_proc_getdeviceinfo()
10197 if (res.notification & ~args.notify_types) in _nfs4_proc_getdeviceinfo()
10199 if (res.notification != args.notify_types) in _nfs4_proc_getdeviceinfo()
H A Dnfs4xdr.c2025 *p++ = cpu_to_be32(args->notify_types); in encode_getdeviceinfo()