Searched refs:retnotsup (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c819 int error, tfhsize, aceerr, attrsize, cnt, retnotsup; local
843 retnotsup = 0;
844 error = nfsrv_getattrbits(nd, &attrbits, NULL, &retnotsup);
852 *retcmpp = retnotsup;
920 retnotsup = 0;
923 &cnt, &retnotsup);
926 &cnt, &retnotsup);
932 || retnotsup)
1775 retnotsup = 0;
1777 &cnt, &retnotsup);
[all...]
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2421 int error, attrsize, bitpos, aclsize, aceerr, retnotsup = 0; local
2427 error = nfsrv_getattrbits(nd, attrbitp, NULL, &retnotsup);
2437 if (retnotsup) {

Completed in 62 milliseconds