/src/sys/fs/nfs/server/ |
nfs_nfsdport.c | 2429 int error, attrsize, bitpos, aclsize, aceerr, retnotsup = 0; local in function:nfsv4_sattr 2435 error = nfsrv_getattrbits(nd, attrbitp, NULL, &retnotsup); 2445 if (retnotsup) {
|
nfs_nfsdport.c | 2429 int error, attrsize, bitpos, aclsize, aceerr, retnotsup = 0; local in function:nfsv4_sattr 2435 error = nfsrv_getattrbits(nd, attrbitp, NULL, &retnotsup); 2445 if (retnotsup) {
|
/src/sys/fs/nfs/common/ |
nfs_commonsubs.c | 818 int error, tfhsize, aceerr, attrsize, cnt, retnotsup; local in function:nfsv4_loadattr 842 retnotsup = 0; 843 error = nfsrv_getattrbits(nd, &attrbits, NULL, &retnotsup); 851 *retcmpp = retnotsup; 911 retnotsup = 0; 914 &cnt, &retnotsup); 917 &cnt, &retnotsup); 929 || retnotsup) 1773 retnotsup = 0; 1775 &cnt, &retnotsup); [all...] |
nfs_commonsubs.c | 818 int error, tfhsize, aceerr, attrsize, cnt, retnotsup; local in function:nfsv4_loadattr 842 retnotsup = 0; 843 error = nfsrv_getattrbits(nd, &attrbits, NULL, &retnotsup); 851 *retcmpp = retnotsup; 911 retnotsup = 0; 914 &cnt, &retnotsup); 917 &cnt, &retnotsup); 929 || retnotsup) 1773 retnotsup = 0; 1775 &cnt, &retnotsup); [all...] |