Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfs/
Dnfs4xdr.c4356 unsigned int attrwords = XDR_QUADLEN(attrlen); in verify_attr_len() local
4359 if (unlikely(attrwords != nwords)) { in verify_attr_len()
4363 attrwords << 2, in verify_attr_len()
4364 (attrwords < nwords) ? '<' : '>', in verify_attr_len()