Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dnfs4.h178 /* An NFS4 sessions server must support at least NFS4_MAX_OPS operations. macro
179 * If a compound requires more operations, adjust NFS4_MAX_OPS accordingly.
181 #define NFS4_MAX_OPS 8
/linux/fs/nfs/
H A Dnfs4xdr.c1058 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops()
H A Dnfs4proc.c9327 args->fc_attrs.max_ops = NFS4_MAX_OPS; in nfs4_init_channel_attrs()