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

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonsubs.c787 int error, tfhsize, aceerr, attrsize, cnt, retnotsup; local
806 retnotsup = 0;
807 error = nfsrv_getattrbits(nd, &attrbits, NULL, &retnotsup);
815 *retcmpp = retnotsup;
875 retnotsup = 0;
878 &cnt, &retnotsup);
881 &cnt, &retnotsup);
887 || retnotsup)
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c2400 int error, attrsize, bitpos, aclsize, aceerr, retnotsup = 0; local
2406 error = nfsrv_getattrbits(nd, attrbitp, NULL, &retnotsup);
2416 if (retnotsup) {

Completed in 65 milliseconds