host_error        759 fs/nfsd/nfs4acl.c 	int host_error;
host_error        776 fs/nfsd/nfs4acl.c 	host_error = nfs4_acl_nfsv4_to_posix(acl, &pacl, &dpacl, flags);
host_error        777 fs/nfsd/nfs4acl.c 	if (host_error == -EINVAL)
host_error        779 fs/nfsd/nfs4acl.c 	if (host_error < 0)
host_error        784 fs/nfsd/nfs4acl.c 	host_error = set_posix_acl(inode, ACL_TYPE_ACCESS, pacl);
host_error        785 fs/nfsd/nfs4acl.c 	if (host_error < 0)
host_error        789 fs/nfsd/nfs4acl.c 		host_error = set_posix_acl(inode, ACL_TYPE_DEFAULT, dpacl);
host_error        798 fs/nfsd/nfs4acl.c 	if (host_error == -EOPNOTSUPP)
host_error        801 fs/nfsd/nfs4acl.c 		return nfserrno(host_error);
host_error        511 fs/nfsd/vfs.c  	int host_error;
host_error        521 fs/nfsd/vfs.c  	host_error = security_inode_setsecctx(dentry, label->data, label->len);
host_error        523 fs/nfsd/vfs.c  	return nfserrno(host_error);